]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
initscript: check also daemon status
authorElan Ruusamäe <glen@delfi.ee>
Wed, 16 Sep 2015 14:05:22 +0000 (17:05 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 16 Sep 2015 14:05:22 +0000 (17:05 +0300)
apcupsd.init

index 5fb4de060a03a7c0857e1f35d3548b2d101bf203..6efa95c08cb32673a49e45c6ba94f5db3d74874e 100755 (executable)
@@ -97,6 +97,7 @@ case "$1" in
        powerdown
        ;;
   status)
+       status apcupsd
        /usr/sbin/apcaccess status
        RETVAL=$?
        ;;
This page took 0.086906 seconds and 4 git commands to generate.