4 BINDIR="${BASEDIR}/bin"
6 BRICK_CTL="/home/opensrf/brick_ctl.sh"
8 OSRFLG="/srv/openils/var/log/osrfsys.log"
12 /etc/init.d/apache2 stop
13 su -l opensrf -c ${BRICK_CTL} -a restart_all
14 /etc/init.d/apache2 start
20 /etc/init.d/apache2 stop
21 su -l opensrf -c ${BINDIR}/osrf_ctl.sh -l -a restart_all
22 /etc/init.d/apache2 start