tools/init.slackware

changeset 633
8b84e73af50e
parent 614
389097dc665d
--- a/tools/init.slackware	Sat Feb 25 10:53:42 2023 +0100
+++ b/tools/init.slackware	Thu Mar 14 17:07:09 2024 +0100
@@ -2,9 +2,9 @@
 #
 # thermferm init script for Slackware.
 #
-# Copyright 2022 Michiel Broek, the Netherlands.
+# Copyright 2022-2024 Michiel Broek, the Netherlands.
 
-PIDFILE=/var/run/thermferm.pid
+PIDFILE=/run/thermferm.pid
 
 case "$1" in
   start)
@@ -12,7 +12,7 @@
     if [ -f ${PIDFILE} ]; then
   	echo "already running."
     else
-	/usr/local/bin/thermferm
+	/usr/bin/thermferm
         echo "done."
     fi
     ;;

mercurial