# HG changeset patch # User Michiel Broek # Date 1533208370 -7200 # Node ID 66656231c08400b8539999b5238d4da26d7e4e2c # Parent ae17042a6d394a28e7f92ca91469c90210ade1a5 Update init script and installation diff -r ae17042a6d39 -r 66656231c084 tools/Makefile --- a/tools/Makefile Thu Aug 02 12:20:06 2018 +0200 +++ b/tools/Makefile Thu Aug 02 13:12:50 2018 +0200 @@ -21,7 +21,7 @@ rm -f ${TARGET} *.o *.h~ *.c~ core filelist Makefile.bak install: -# ${INSTALL} -c -s -g root -o root -m 0755 thermferm.init /etc/init.d/thermferm + ${INSTALL} -c -s -g root -o root -m 0755 thermferm.init /etc/init.d/thermferm filelist: Makefile BASE=`pwd`; \ diff -r ae17042a6d39 -r 66656231c084 tools/thermferm.init --- a/tools/thermferm.init Thu Aug 02 12:20:06 2018 +0200 +++ b/tools/thermferm.init Thu Aug 02 13:12:50 2018 +0200 @@ -1,10 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: thermferm -# Required-Start: $remote_fs $syslog -# Required-Stop: $remote_fs $syslog -# Should-Start: mosquitto -# Should-Stop: mosquitto +# Required-Start: $local_fs $remote_fs $network $syslog +# Required-Stop: $local_fs $remote_fs $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Thermferm beer fermenter initscript