From 713494a9ee0e3fad5a8550236be94ba8887c8fa5 Mon Sep 17 00:00:00 2001 From: Yalh Date: Tue, 29 Jan 2019 00:20:47 +0100 Subject: [PATCH] Start service on startup --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e48d1bc..755dd67 100644 --- a/scripts/install +++ b/scripts/install @@ -318,4 +318,5 @@ fi # RELOAD NGINX #================================================= -systemctl reload nginx \ No newline at end of file +systemctl reload nginx +systemctl start $app \ No newline at end of file