invirt-configurize sipb-xen-iptables
[invirt/packages/invirt-web.git] / debian / sipb-xen-www.init
index 2edb8ca..20bc191 100755 (executable)
@@ -25,8 +25,10 @@ case "$1" in
     log_begin_msg "Reloading config for $PACKAGE"
     gen_config
     log_end_msg $?
+    /etc/init.d/apache2 "$1"
     ;;
   stop)
+    /etc/init.d/apache2 "$1"
     ;;
   *)
     log_success_msg "Usage: /etc/init.d/$PACKAGE {start|reload|force-reload|restart|stop}"