Skip to content

Instantly share code, notes, and snippets.

@uriel1998
Created March 6, 2026 16:14
Show Gist options
  • Select an option

  • Save uriel1998/07591f2ca9ec123658c33c36dcbdba52 to your computer and use it in GitHub Desktop.

Select an option

Save uriel1998/07591f2ca9ec123658c33c36dcbdba52 to your computer and use it in GitHub Desktop.
Example systemd service file.
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