1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/petrolette_ynh.git synced 2024-09-03 19:56:26 +02:00
This commit is contained in:
Éric Gaspar 2023-09-21 20:25:21 +02:00
parent f358c9b092
commit 30e5d58f98
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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