From: Mohamed Larabi Date: Mon, 23 Sep 2013 15:39:24 +0000 (+0200) Subject: restart apache at the end of the install X-Git-Tag: myslice-0.2-4~44 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=c829c67fd8c775bdee9a39f7d2534374173f7f2a restart apache at the end of the install --- diff --git a/debian/unfold.postinst b/debian/unfold.postinst index 6da1aee1..c762a570 100644 --- a/debian/unfold.postinst +++ b/debian/unfold.postinst @@ -3,3 +3,4 @@ # update-rc.d unfold defaults [ -f /etc/apache2/apache2.conf ] && echo "WSGIScriptAlias / /usr/share/unfold/apache/myslice.wsgi" >> /etc/apache2/apache2.conf +service apache2 restart