mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Added some Radio Streams for MPFire
Added Reload function to apache init script Changed the packages to use reload instead of restart git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@997 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -30,6 +30,12 @@ case "$1" in
|
||||
/usr/sbin/apachectl -k restart
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
reload)
|
||||
boot_mesg "Reloading Apache daemon..."
|
||||
/usr/sbin/apachectl -k graceful
|
||||
evaluate_retval
|
||||
;;
|
||||
|
||||
status)
|
||||
statusproc /usr/sbin/httpd
|
||||
|
||||
Reference in New Issue
Block a user