Update rc.apcupsd

This commit is contained in:
SimonFair
2024-07-03 22:40:50 +01:00
parent bd4eb4189b
commit 891ee6beff
+1 -1
View File
@@ -18,11 +18,11 @@ LOCK="/var/lock/apcupsd"
# run & log functions
. /etc/rc.d/rc.runlog
apcupsd_running(){
sleep 0.1
[[ -f $APCPID ]]
}
apcupsd_start(){
log "Starting $DAEMON..."
local REPLY