diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-25 00:39:23 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-25 00:39:23 (GMT) |
commit | 369bb6314419c513693a3b5546f6272bd0a6a20c (patch) | |
tree | a977fe9c416ce402191a6d12de45164877093e95 /abs/extra-testing/community/network-ups-tools/run.upsd | |
parent | 698caea6972d83123dfa9f03b67cbd8598e7a2f3 (diff) | |
download | linhes_pkgbuild-369bb6314419c513693a3b5546f6272bd0a6a20c.zip linhes_pkgbuild-369bb6314419c513693a3b5546f6272bd0a6a20c.tar.gz linhes_pkgbuild-369bb6314419c513693a3b5546f6272bd0a6a20c.tar.bz2 |
network-ups-tools: Found a way to run in the foreground without a loop.
Diffstat (limited to 'abs/extra-testing/community/network-ups-tools/run.upsd')
-rw-r--r-- | abs/extra-testing/community/network-ups-tools/run.upsd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra-testing/community/network-ups-tools/run.upsd b/abs/extra-testing/community/network-ups-tools/run.upsd new file mode 100644 index 0000000..b0a02a3 --- /dev/null +++ b/abs/extra-testing/community/network-ups-tools/run.upsd @@ -0,0 +1,9 @@ +#!/bin/bash + +. /etc/rc.conf +. /etc/rc.d/functions + +svwaitup 3 /var/service/upsdrvctl || exit 1 + + stat_runit "Starting UPSd Daemon" + exec /usr/bin/upsd -D &> /dev/null |