diff options
Diffstat (limited to 'abs/extra-testing/apcupsd/run')
-rw-r--r-- | abs/extra-testing/apcupsd/run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/extra-testing/apcupsd/run b/abs/extra-testing/apcupsd/run new file mode 100644 index 0000000..a9dfa3d --- /dev/null +++ b/abs/extra-testing/apcupsd/run @@ -0,0 +1,3 @@ +#!/bin/sh +exec 2>&1 +exec /sbin/apcupsd -b -f /etc/apcupsd/apcupsd.conf >/dev/null 2>/dev/null |