diff --git a/scripts/install b/scripts/install index 709b5f3..a5e043f 100755 --- a/scripts/install +++ b/scripts/install @@ -106,8 +106,8 @@ yunohost service add "${app}_workers" ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name="${app}" --action="start" --log="/var/log/$app/$app.log" --line_match="Booting worker with pid" -ynh_systemd_action --service_name="${app}_workers" --action="start" --log_path="systemd" --line_match="ready" +ynh_systemd_action --service_name="${app}" --action="start" --log_path="/var/log/$app/$app.log" --line_match="Booting worker with pid" +ynh_systemd_action --service_name="${app}_workers" --action="start" --log_path="systemd" --line_match="ready" #=================================================