diff options
Diffstat (limited to 'services/upsd/run')
-rwxr-xr-x | services/upsd/run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/services/upsd/run b/services/upsd/run new file mode 100755 index 0000000..ee0f8d6 --- /dev/null +++ b/services/upsd/run @@ -0,0 +1,6 @@ +#!/bin/sh +# Network UPS Tools - information server + +echo "Starting upsmon..." +# upsmon will run in the foreground and prints information on stdout +exec /usr/bin/upsd -D |