1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
This commit is contained in:
Éric Gaspar 2024-05-18 18:51:03 +02:00 committed by Félix Piédallu
parent 14fab27e44
commit e0b39d088e
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ ynh_add_nginx_config
ynh_add_systemd_config
yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add "$app" --description="Federated Image Sharing" --log="/var/log/$app/$app.log"
mkdir -p "/var/log/$app/"
touch "/var/log/$app/${app}-horizon.log"

View file

@ -54,7 +54,7 @@ chown -R $app: "/var/log/$app/"
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable "$app.service" --quiet
yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add "$app" --description="Federated Image Sharing" --log="/var/log/$app/$app.log"
ynh_restore_file --origin_path="/etc/logrotate.d/$app"

View file

@ -137,7 +137,7 @@ ynh_add_systemd_config
ynh_use_logrotate --non-append
yunohost service add "$app" --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add "$app" --description="Federated Image Sharing" --log="/var/log/$app/$app.log"
#=================================================
# SPECIFIC UPGRADE