systemd templated unit file
This commit is contained in:
parent
3557f06ec8
commit
838f599904
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=matterbridge sync service (%i)
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=nobody
|
||||||
|
Group=nogroup
|
||||||
|
PrivateTmp=yes
|
||||||
|
ExecStart=/opt/matterbridge/bin/matterbridge -conf /etc/matterbridge/%i.json
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue