#!/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" 
