diff --git a/scripts/install b/scripts/install index 6a0b0f2..2c1fe1c 100755 --- a/scripts/install +++ b/scripts/install @@ -74,7 +74,7 @@ chown $app:root "$install_dir/conduit.toml" ynh_script_progression --message="Starting a systemd service..." --weight=1 # Start a systemd service -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" #================================================= # END OF SCRIPT