Created
March 6, 2026 16:14
-
-
Save uriel1998/07591f2ca9ec123658c33c36dcbdba52 to your computer and use it in GitHub Desktop.
Example systemd service file.
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
| Description=Matterbridge daemon | |
| After=network-online.target | |
| [Service] | |
| Type=simple | |
| ExecStart=/home/USERNAME/apps/matterbridge/matterbridge-1.26.0-linux-64bit -conf /home/USERNAME/apps/matterbridge/matterbridge.toml | |
| 8 Restart=always | |
| 9 RestartSec=5s | |
| 10 User=matterbridge | |
| 11 | |
| 12 [Install] | |
| 13 WantedBy=multi-user.target | |
| 14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment