reload (etc) apache after regenerating its config
authorGreg Price <price@mit.edu>
Tue, 30 Sep 2008 05:39:40 +0000 (01:39 -0400)
committerGreg Price <price@mit.edu>
Tue, 30 Sep 2008 05:39:40 +0000 (01:39 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=952

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)
     ;;