From 8238f2e075457353c7e7ba1cefdd0d128fa380c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:23:53 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ce30091..aa8dfc4 100755 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ chown $app:$app "$install_dir/.env" 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" --line_match="application successfully started" +ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="application successfully started" #================================================= # END OF SCRIPT