From 2cc408573494159a3b5a052b3b3a54cb14aefad7 Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 21 Feb 2019 17:23:15 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9d735fb..8317a2b 100644 --- a/scripts/install +++ b/scripts/install @@ -128,6 +128,7 @@ email=$(ynh_user_get_info $admin 'mail') # setup application config cp -a ../conf/.env.example $final_path/.env +cp -a ../conf/wings.service /etc/systemd/system/wings.service #================================================= # MODIFY A CONFIG FILE @@ -205,7 +206,7 @@ popd ynh_add_systemd_config systemctl enable $app.service -#systemctl enable --now wings +systemctl enable wings.service #================================================= # ADVERTISE SERVICE IN ADMIN PANEL