From 2f239971b8aff733423e231ce94bf28ffd0511fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Wed, 22 May 2013 18:53:37 +0200 Subject: [PATCH] Install script now starts and enables nginx webserver --- config/production/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/production/install.sh b/config/production/install.sh index c1415b7..6bd789c 100644 --- a/config/production/install.sh +++ b/config/production/install.sh @@ -20,6 +20,8 @@ systemctl enable postgresql echo "=> Installing nginx" # Install nginx pacman -S nginx --noconfirm +systemctl start nginx +systemctl enable nginx echo "=> Installing git" # Install git