diff --git a/scripts/install b/scripts/install index ac3a4cf1..d0bc8ac9 100644 --- a/scripts/install +++ b/scripts/install @@ -211,7 +211,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log=" ynh_script_progression --message="Starting $app service..." # Start a supervisor service -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index a6bd9b29..5bf4110d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -138,7 +138,7 @@ yunohost service add $app --description="Ethical photo sharing platform" --log=" #================================================= ynh_script_progression --message="Starting a supervisor service..." -ynh_systemd_action --service_name="$app" --action="start" --log_path="systemd" #--line_match="success: ${app}-horizon" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #================================================= # RESTORE THE LOGROTATE CONFIGURATION