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"