MMDVMHost-Private/linux/systemd/mmdvmhost.service
AndyTaylorTweet c1ce8471b1 Create mmdvmhost.service
MMDVMHost Unit File
This is what systemd uses to start / stop the service.

All of the heavy lifting is done in /usr/local/sbin/mmdvmhost_service
2016-08-15 09:25:26 +01:00

13 lines
290 B
Desktop File

[Unit]
Description=MMDVMHost Radio Servce
After=syslog.target network.target
[Service]
Type=forking
ExecStart=/usr/local/sbin/mmdvmhost_service start
ExecStop=/usr/local/sbin/mmdvmhost_service stop
ExecReload=/usr/local/sbin/mmdvmhost_service restart
[Install]
WantedBy=multi-user.target