mirror of
https://github.com/n5amd/NextionDriverInstaller.git
synced 2025-12-06 03:42:00 +01:00
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
[Unit]
|
|
Description=MMDVMHost Radio Service
|
|
After=syslog.target network.target
|
|
Requires=nextiondriver.service
|
|
|
|
[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
|