c1ce8471b1
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
12 lines
290 B
Desktop File
12 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
|