From 255924d4b2e08cbd983606e73cb7ecd8f3915881 Mon Sep 17 00:00:00 2001 From: AndyTaylorTweet Date: Mon, 15 Aug 2016 10:05:57 +0100 Subject: [PATCH] Update README.md Initial instructions --- linux/init/README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/linux/init/README.md b/linux/init/README.md index 10b045f..91ff3ee 100644 --- a/linux/init/README.md +++ b/linux/init/README.md @@ -1 +1,24 @@ -holder +MMDVMHost Init setup +======================= + +Preface +------- + +Init script setup for Linux systems using the older Init setup (not Systemd) + +I hope this helps you get going quickly. +Written on / tested on / confirmed working on Raspbian Wheezy but should work just fine on any +system using init scripts. + +Enjoy, 73 de MW0MWZ + + +Install Instructions +-------------------- + + 1. Copy mmdvmhost to /etc/init.d + 2. Change the permisions of /etc/init.d/mmdvmhost to 550 (root executable) + 3. Change the variables in /etc/init.d/mmdvmhost to match your setup + (MMDVMHost.ini location, log location, user and daemon location) + 4. Enable the service "update-rc.d mmdvmhost defaults" on Rasbian Wheezy +