Create README.md

Information / How-To

This should work on all systemd Linux's - tested / confirmed working on Raspbian Jessie-Lite
This commit is contained in:
AndyTaylorTweet 2016-08-15 09:30:23 +01:00 committed by GitHub
parent 3ce060e7bc
commit bba48fcbc6

10
linux/systemd/README.md Normal file
View file

@ -0,0 +1,10 @@
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!