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