diff --git a/scripts/install b/scripts/install index 931dc5c..56026c0 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path=systemd #--line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #================================================= # END OF SCRIPT diff --git a/scripts/restore b/scripts/restore index 3b4207e..7a394a4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -48,7 +48,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #================================================= # GENERIC FINALIZATION diff --git a/scripts/upgrade b/scripts/upgrade index 5306ed9..0063390 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -60,7 +60,7 @@ yunohost service add $app --description="Minimalist feed reader" --log="/var/log #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Listening on" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd #================================================= # END OF SCRIPT