2017/communication/slack-irc-sync/matterbridge@.service

13 lines
233 B
SYSTEMD

[Unit]
Description=matterbridge sync service (%i)
After=network.target
[Service]
User=nobody
Group=nogroup
PrivateTmp=yes
ExecStart=/opt/go-home/bin/matterbridge -conf /etc/matterbridge/%i.toml
[Install]
WantedBy=multi-user.target