fix systemd startup unit for matterbridge
This commit is contained in:
parent
af9c91842f
commit
93fc2aee20
|
@ -6,7 +6,7 @@ After=network.target
|
||||||
User=nobody
|
User=nobody
|
||||||
Group=nogroup
|
Group=nogroup
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
ExecStart=/opt/matterbridge/bin/matterbridge -conf /etc/matterbridge/%i.json
|
ExecStart=/opt/go-home/bin/matterbridge -conf /etc/matterbridge/%i.toml
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Reference in New Issue