From a3cae812a1c7c47802400179b22c721bede62627 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 9 Jan 2021 19:37:55 +0100 Subject: [PATCH] fix --- conf/systemd.service | 2 +- scripts/install | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index ba8f9af..88914a9 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Galène +Description=Galene After=network.target [Service] diff --git a/scripts/install b/scripts/install index 8261e4d..15375e3 100755 --- a/scripts/install +++ b/scripts/install @@ -133,7 +133,8 @@ ynh_add_systemd_config #================================================= # Set permissions to app files -chown -R root: $final_path +chown -R $app: $final_path +chmod -R 755 $final_path #================================================= # SETUP LOGROTATE