diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-22 16:00:39 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-22 16:00:39 (GMT) |
commit | bdaf62a632a66c9267da8bfcbe3efefe1da52a8b (patch) | |
tree | 119c70e0d6bcb3cb3c8da73f24b81094c1268b47 /abs/core | |
parent | 30d0cdae800d622b8b7b51ca2d28a62c83f838df (diff) | |
download | linhes_pkgbuild-bdaf62a632a66c9267da8bfcbe3efefe1da52a8b.zip linhes_pkgbuild-bdaf62a632a66c9267da8bfcbe3efefe1da52a8b.tar.gz linhes_pkgbuild-bdaf62a632a66c9267da8bfcbe3efefe1da52a8b.tar.bz2 |
runit-scripts: added mythzmserver
Diffstat (limited to 'abs/core')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythzmserver/log/run | 5 | ||||
-rwxr-xr-x | abs/core/runit-scripts/runitscripts/services/mythzmserver/run | 11 |
3 files changed, 17 insertions, 1 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index fa70061..dc75fa8 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=104 +pkgrel=105 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" diff --git a/abs/core/runit-scripts/runitscripts/services/mythzmserver/log/run b/abs/core/runit-scripts/runitscripts/services/mythzmserver/log/run new file mode 100755 index 0000000..e08d29e --- /dev/null +++ b/abs/core/runit-scripts/runitscripts/services/mythzmserver/log/run @@ -0,0 +1,5 @@ +#!/bin/sh +exec 2>&1 +. /etc/systemconfig + /usr/bin/logger -p local6.info -t mythzmserver + diff --git a/abs/core/runit-scripts/runitscripts/services/mythzmserver/run b/abs/core/runit-scripts/runitscripts/services/mythzmserver/run new file mode 100755 index 0000000..f925255 --- /dev/null +++ b/abs/core/runit-scripts/runitscripts/services/mythzmserver/run @@ -0,0 +1,11 @@ +#!/bin/sh +#set -x +exec 2>&1 +export TERM=linux +MYTH_RUN_STATUS="1" +. /etc/rc.conf +. /etc/rc.d/functions +. /etc/profile +setfacl -R -m u:http:rX /etc/zm.conf +stat_runit "Starting MythZoneminder Service" +exec sudo -u http "mythzmserver" |