diff options
Diffstat (limited to 'abs/extra-testing/apcupsd/run')
-rw-r--r-- | abs/extra-testing/apcupsd/run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra-testing/apcupsd/run b/abs/extra-testing/apcupsd/run index a9dfa3d..bc5c22b 100644 --- a/abs/extra-testing/apcupsd/run +++ b/abs/extra-testing/apcupsd/run @@ -1,3 +1,4 @@ #!/bin/sh exec 2>&1 -exec /sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf >/dev/null 2>/dev/null + stat_runit "Starting APC UPS Daemon" + exec /sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf |