From 9fd37ce39c7a7264929cacd1a4c1c60783b641df Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Wed, 23 Nov 2022 16:48:03 +0100 Subject: [PATCH] Fix tempalte name in install script --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a89197f..7ec3bcc 100755 --- a/scripts/install +++ b/scripts/install @@ -179,7 +179,7 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 ### - And the section "SETUP SYSTEMD" in the upgrade script # Create a dedicated systemd config -ynh_add_systemd_config -s $app-uwsgi -t uwsgi +ynh_add_systemd_config --service "$app-uwsgi" --template uwsgi.service #================================================= # GENERIC FINALIZATION