mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
This is a service handler for MMDVMHost. This does all the heavy lifting for service management.
Copy mmdvmhost.service to /lib/systemd/system Copy mmdvmhost.timer to /lib/systemd/system Edit the timeout in mmdvmhost.timer to suit - 45 secs is a reasonable starting point. Reload systemctl with: "systemctl daemon-reload" Add the timer serice to the boot with: "systemctl enable mmdvmhost.timer" **NOTE - There is no need / desire to enable mmdvmhost.service!