From 08bf7a612ffb56ed242d114cdc0cceda2801cc23 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Mon, 1 Dec 2014 14:22:37 +0000 Subject: runit-scripts: add pwrstatd --- abs/core/runit-scripts/PKGBUILD | 4 ++-- abs/core/runit-scripts/runitscripts/services/pwrstatd/run | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100755 abs/core/runit-scripts/runitscripts/services/pwrstatd/run 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 -- cgit v0.12