Search found 1 match
- Sat Sep 18, 2021 4:31 pm
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: /etc/init.d/FAHClient not creating PID file on start
- Replies: 11
- Views: 10694
Re: /etc/init.d/FAHClient not creating PID file on start
I think adding a line to the /etc/init.d/FAHClient script might work. But I still hope they could fix it. (Plus make it open source :) ) @@ -121,6 +121,7 @@ start() { fi pid=$! + echo $pid > $PID if wait_for_log_change "$LOG_STATUS" $pid; then echo "OK" else