diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-01 14:22:37 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-01 14:22:37 (GMT) |
commit | 08bf7a612ffb56ed242d114cdc0cceda2801cc23 (patch) | |
tree | 94162c085c343a78a77ecb4ca384525496f91ded /abs/core/runit-scripts | |
parent | 7a82541aeee6cee621c495bffbe4341bb2fe4cf6 (diff) | |
download | linhes_pkgbuild-08bf7a612ffb56ed242d114cdc0cceda2801cc23.zip linhes_pkgbuild-08bf7a612ffb56ed242d114cdc0cceda2801cc23.tar.gz linhes_pkgbuild-08bf7a612ffb56ed242d114cdc0cceda2801cc23.tar.bz2 |
runit-scripts: add pwrstatd
Diffstat (limited to 'abs/core/runit-scripts')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/pwrstatd/run | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index fd78f72..097c704 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts -pkgver=8.2 -pkgrel=3 +pkgver=8.3 +pkgrel=1 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core/runit-scripts/runitscripts/services/pwrstatd/run b/abs/core/runit-scripts/runitscripts/services/pwrstatd/run new file mode 100755 index 0000000..3b9c029 --- /dev/null +++ b/abs/core/runit-scripts/runitscripts/services/pwrstatd/run @@ -0,0 +1,8 @@ +#!/bin/sh +exec 2>&1 + +. /etc/rc.conf +. /etc/rc.d/functions + +stat_runit "Starting CyberPower PowerPanel Daemon" +exec /usr/bin/pwrstatd |