From 71e59e50097fc87838017ab67798d6bf92b02bf0 Mon Sep 17 00:00:00 2001 From: dpeca Date: Sat, 4 Jan 2020 14:59:20 +0100 Subject: [PATCH] Update postinst --- src/deb/nginx/postinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/deb/nginx/postinst b/src/deb/nginx/postinst index 82b7c2905..cd330afb5 100755 --- a/src/deb/nginx/postinst +++ b/src/deb/nginx/postinst @@ -9,3 +9,6 @@ fi # Touch and set permisions on default log files on installation update-rc.d vesta defaults >/dev/null invoke-rc.d vesta start || true + +service vesta stop +service vesta start