9 stat_busy
"Starting BackupPC HTTP Daemon"
10 /usr
/sbin
/apachectl
-f /etc
/httpd
/conf
/backuppc-httpd.conf
-k start
14 add_daemon backuppc-httpd
19 stat_busy
"Stopping BackupPC HTTP Daemon"
20 /usr
/sbin
/apachectl
-f /etc
/httpd
/conf
/backuppc-httpd.conf
-k stop
24 rm_daemon backuppc-httpd
34 if [ -f /var
/run
/backuppc-httpd.pid
]; then
35 status
"Reloading BackupPC HTTP Configuration" kill -HUP `cat /var/run/backuppc-httpd.pid`
39 echo "usage: $0 {start|stop|restart|reload}"