Created
December 15, 2015 21:31
-
-
Save misje/44b8d99f0af3947b2dda to your computer and use it in GitHub Desktop.
Matterbridge systemd service file example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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