From 1712e31d3401ad5187afbdd418daeae02dca5536 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 16 Nov 2020 20:05:17 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 55a585b..009a3ee 100644 --- a/scripts/install +++ b/scripts/install @@ -83,8 +83,8 @@ ynh_add_nginx_config ynh_script_progression --message="Starting a systemd service..." --weight=2 # Reload services -ynh_systemd_action --service_name=$app --action="start" -ynh_systemd_action --service_name=$app --action="enable" +systemctl start $app +systemctl enable --now $app #================================================= # SETUP SSOWAT