# HG changeset patch # User Chiel Broek # Date 1533208778 -7200 # Node ID 2bcccc6976f9359a7eaecd6d0291931a30e2c22a # Parent 66656231c08400b8539999b5238d4da26d7e4e2c Improved Debian installation diff -r 66656231c084 -r 2bcccc6976f9 tools/Makefile --- a/tools/Makefile Thu Aug 02 13:12:50 2018 +0200 +++ b/tools/Makefile Thu Aug 02 13:19:38 2018 +0200 @@ -21,7 +21,8 @@ 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 -g root -o root -m 0755 thermferm.init /etc/init.d/thermferm + [ -x /bin/systemctl ] && /bin/systemctl daemon-reload filelist: Makefile BASE=`pwd`; \