17 lines
379 B
Desktop File
17 lines
379 B
Desktop File
[Unit]
|
||
Description=SvxLink Server
|
||
After=network.target sound.target brandmeister.service
|
||
|
||
[Service]
|
||
Restart=always
|
||
KillMode=process
|
||
ExecStart=/opt/SVXLink/bin/svxlink –config=/opt/SVXLink/etc/svxlink/svxlink.conf –logfile=/opt/SVXLink/var/log/svxlink
|
||
RestartSec=5
|
||
TimeoutSec=5
|
||
User=svxlink
|
||
Group=svxlink
|
||
Environment="HOME=/opt/SVXLink"
|
||
|
||
[Install]
|
||
WantedBy=multi-user.target
|
||
|