From bba48fcbc6a17f9742155840f7a87de9b7243a12 Mon Sep 17 00:00:00 2001 From: AndyTaylorTweet Date: Mon, 15 Aug 2016 09:30:23 +0100 Subject: [PATCH] Create README.md Information / How-To This should work on all systemd Linux's - tested / confirmed working on Raspbian Jessie-Lite --- linux/systemd/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 linux/systemd/README.md diff --git a/linux/systemd/README.md b/linux/systemd/README.md new file mode 100644 index 0000000..8edcbde --- /dev/null +++ b/linux/systemd/README.md @@ -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!