MMDVMHost-Private/linux/systemd
AndyTaylorTweet 969522c997 Create mmdvmhost_service
This is a service handler for MMDVMHost.
This does all the heavy lifting for service management.
2016-08-15 09:32:24 +01:00
..
mmdvmhost.service Create mmdvmhost.service 2016-08-15 09:25:26 +01:00
mmdvmhost.timer Create mmdvmhost.timer 2016-08-15 09:26:20 +01:00
mmdvmhost_service Create mmdvmhost_service 2016-08-15 09:32:24 +01:00
README.md Create README.md 2016-08-15 09:30:23 +01:00

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!