@ -51,7 +51,7 @@
${bs_apachectl} stop
rm @l_prefix@/var/bs/run/apache.pid
fi
%restart -u @l_rusr@
opServiceEnabled bs || exit 0
if [ -f @l_prefix@/var/bs/bs.pid ]; then
@ -13,7 +13,7 @@
%start -p 200 -u @l_rusr@
opServiceEnabled clamav || exit 0
@l_prefix@/sbin/clamd --config-file=$clamav_cfgfile
%stop -p 200 -u @l_rusr@
if [ -f $clamav_pidfile ]; then
@ -56,7 +56,6 @@
`grep "^server" @l_prefix@/etc/ntp/ntp.conf |\
awk '{ printf(" %s", $2); }'`
) >/dev/null &
%daily -u @l_susr@
opServiceEnabled ntp && opVarIsYes ntp_daemon || exit 0