reload (etc) apache after regenerating its config
[invirt/packages/invirt-web.git] / debian / sipb-xen-www.init
index 2edb8ca..7ce5b2a 100755 (executable)
@@ -25,6 +25,7 @@ case "$1" in
     log_begin_msg "Reloading config for $PACKAGE"
     gen_config
     log_end_msg $?
+    /etc/init.d/apache2 "$1"
     ;;
   stop)
     ;;