Skip to content

Instantly share code, notes, and snippets.

@misje
Created December 15, 2015 21:31
Show Gist options
  • Save misje/44b8d99f0af3947b2dda to your computer and use it in GitHub Desktop.
Save misje/44b8d99f0af3947b2dda to your computer and use it in GitHub Desktop.
Matterbridge systemd service file example
[Unit]
Description=Mattermost IRC bridge
After=network.target
Wants=mattermost.service
[Service]
Type=simple
ExecStart=/srv/mattermost/bin/matterbridge
Restart=always
RestartSec=30
WorkingDirectory=/srv/mattermost/config
User=mattermost
Group=mattermost
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment