You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/linux/dvmhost.service

12 lines
230 B

[Unit]
Description=DVMProject Host Radio Service
After=syslog.target network.target
[Service]
User=mmdvm
Type=forking
ExecStart=/opt/dvm/bin/dvmhost -c /opt/dvm/config.yml
Restart=on-abnormal
[Install]
WantedBy=multi-user.target

Powered by TurnKey Linux.