[DRE-commits] [diaspora] 181/257: use /etc/init.d/nginx

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:17:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository diaspora.

commit d91231ed7f5a89ff81e5f6a5b995e08d65e38931
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Nov 28 17:58:10 2014 +0530

    use /etc/init.d/nginx
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 9f8f0f3..341733d 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -88,7 +88,7 @@ case "$1" in
 	echo "Starting diaspora service..."
 	sudo -u diaspora -E nohup ./script/server &
 	echo "Copy $SERVERNAME-bundle.pem and $SERVERNAME.key to /etc/diaspora/ssl"
-	echo "And reload nginx, run # systemctl reload nginx.service"
+	echo "And reload nginx, run # /etc/init.d  nginx reload"
 	echo "visit your pod at $ENVIRONMENT_URL"
 	echo "To stop diaspora, run # killall -9 unicorn_rails foreman sidekiq"
 	echo "To see the service status, run # tail -f /usr/share/diaspora/nohup.out"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/diaspora.git



More information about the Pkg-ruby-extras-commits mailing list