diff --git a/scripts/install b/scripts/install index 44e19c2..9a8fff7 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ ynh_add_nginx_config # Create a dedicated systemd config ynh_add_systemd_config -yunohost service add $app --description="The news reader that doesn't know you" +yunohost service add $app --description="The news reader that doesn't know you" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC SETUP diff --git a/scripts/restore b/scripts/restore index faaeb75..6a366cc 100644 --- a/scripts/restore +++ b/scripts/restore @@ -33,7 +33,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet -yunohost service add $app --description="The news reader that doesn't know you" +yunohost service add $app --description="The news reader that doesn't know you" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 7179dfc..fdd042a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,7 +49,7 @@ ynh_install_nodejs --nodejs_version=$NODEJS_VERSION # Create a dedicated systemd config ynh_add_systemd_config -yunohost service add $app --description="The news reader that doesn't know you" +yunohost service add $app --description="The news reader that doesn't know you" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC UPGRADE