From bc2f0327873a67b3cd67129b05be8dbd5d74bcf4 Mon Sep 17 00:00:00 2001 From: mh4ckt3mh4ckt1c4s Date: Wed, 23 Nov 2022 16:37:56 +0100 Subject: [PATCH] Change name of systemd service --- conf/{systemd.service => uwsgi.service} | 0 scripts/install | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename conf/{systemd.service => uwsgi.service} (100%) diff --git a/conf/systemd.service b/conf/uwsgi.service similarity index 100% rename from conf/systemd.service rename to conf/uwsgi.service diff --git a/scripts/install b/scripts/install index 5b5be0c..a89197f 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 +ynh_add_systemd_config -s $app-uwsgi -t uwsgi #================================================= # GENERIC FINALIZATION