Add systemd unit

This commit is contained in:
Geoffrey Merck 2020-07-18 18:07:10 +02:00
parent 8f59691738
commit 354e808ccb

View file

@ -0,0 +1,12 @@
[Unit]
Description=MMDVMHost Radio Servce
After=syslog.target network.target
[Service]
User=mmdvm
Type=forking
ExecStart=/usr/bin/local/MMDVMHost
Restart=on-abnormal
[Install]
WantedBy=multi-user.target