From e5732d569b62f5cc20e20a9e07b1a7354cbfd27a Mon Sep 17 00:00:00 2001 From: ankry Date: Tue, 27 Apr 2004 13:38:00 +0000 Subject: [PATCH] formatting Changed files: apcupsd.init -> 1.3 --- apcupsd.init | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apcupsd.init b/apcupsd.init index a5356ad..31552d7 100644 --- a/apcupsd.init +++ b/apcupsd.init @@ -1,10 +1,10 @@ #! /bin/sh # -# apcupsd This shell script takes care of starting and stopping -# the apcupsd UPS monitoring daemon. +# apcupsd This shell script takes care of starting and stopping +# the apcupsd UPS monitoring daemon. # -# chkconfig: 2345 60 99 -# description: apcupsd monitors power and takes action if necessary +# chkconfig: 2345 60 99 +# description: apcupsd monitors power and takes action if necessary # Source function library . /etc/rc.d/init.d/functions @@ -48,7 +48,7 @@ case "$1" in ;; restart|force-reload) $0 stop - $0 start + $0 start ;; powerdown) if [ -f /etc/apcupsd/powerfail ]; then -- 2.44.0