diff --git a/scripts/ynh_supervisor b/scripts/ynh_supervisor index cd7ed325..67bd2bd7 100644 --- a/scripts/ynh_supervisor +++ b/scripts/ynh_supervisor @@ -109,7 +109,7 @@ ynh_supervisor_action() { # Use reload-or-restart instead of reload. So it wouldn't fail if the service isn't running. if [ "$action" == "reload" ]; then - action="restart" + action="update" fi # If the service fails to perform the action