diff --git a/scripts/install b/scripts/install index a853354..36a42d4 100644 --- a/scripts/install +++ b/scripts/install @@ -210,7 +210,7 @@ yunohost service add $app --log "$final_path/log/production.log" ynh_print_info --message="Starting a systemd service..." systemctl enable $app.service -ynh_systemd_action -service_name=$app --action="start" --line_match="Creating process id file" --log_path="$final_path/log/production.log" +ynh_systemd_action --service_name=$app --action="start" --line_match="Creating process id file" --log_path="$final_path/log/production.log" #================================================= # SETUP SSOWAT