From fb1758a1d62574ffc96f2ac5ee9fed5ef2c0f09d Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 4 Oct 2017 14:24:52 +0200 Subject: [PATCH] DEBUG Nginx Mainstream/Dev Tests Service Issues --- .dev-tools/install-nginx-4.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dev-tools/install-nginx-4.sh b/.dev-tools/install-nginx-4.sh index 38154b226..b4da8e08a 100755 --- a/.dev-tools/install-nginx-4.sh +++ b/.dev-tools/install-nginx-4.sh @@ -81,6 +81,8 @@ sudo service nginx reload sudo systemctl enable nginx.service sudo systemctl status nginx.service sudo service nginx start +sudo service --status-all +ls -la /etc/init.d/ printf '\n%s\n%s\n%s\n\n' "###################################" " END NGINX SERVICE ISSUES" "###################################"