From 890185114b62ba79f1eab98a490e1869a9a0b058 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 28 Feb 2023 12:18:28 +0100 Subject: [PATCH] Update install Fix service --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d0fd485..c8d107a 100755 --- a/scripts/install +++ b/scripts/install @@ -87,7 +87,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config ynh_add_systemd_config --service="${app}" --template="${app}.service" -ynh_add_systemd_config --service="${app}-workers" --template="${app}-workers.service" +ynh_add_systemd_config --service="${app}_workers" --template="${app}-workers.service" #=================================================