13 lines
233 B
Desktop File
13 lines
233 B
Desktop File
[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
|