summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythzmserver/run
blob: f9252554699c6387af06db4b5b733e8964b19080 (plain)
1
2
3
4
5
6
7
8
9
10
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"