From 4a14506e0cb7482b7042f3bd9e88d8ad4f292ded Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 23 Sep 2023 11:37:12 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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