From a742435ebad68b081a7ac4d103800ba3d4b03bc9 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 23 Dec 2018 09:31:52 +0100 Subject: [PATCH] Update ynh_systemd_action in all scripts --- scripts/restore | 2 +- scripts/upgrade | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 82e78f4..1ef17dc 100755 --- a/scripts/restore +++ b/scripts/restore @@ -125,4 +125,4 @@ ynh_app_setting_delete $app backup_core_only #================================================= systemctl reload nginx -systemctl start $app.service +ynh_systemd_action -l "INFO in server: Starting Gevent server" diff --git a/scripts/upgrade b/scripts/upgrade index 68be6fe..3e1a23e 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -131,3 +131,4 @@ fi #================================================= systemctl reload nginx +ynh_systemd_action -a restart -l "INFO in server: Starting Gevent server"