Remove /var/log

There is no `/var/log`
This commit is contained in:
yalh76
2022-07-01 01:13:09 +02:00
parent aa44a41477
commit e624704d26
6 changed files with 11 additions and 41 deletions

View File

@ -52,6 +52,13 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================
ynh_script_progression --message="Ensuring downward compatibility..."
ynh_remove_logrotate
#=================================================
# CREATE DEDICATED USER
#=================================================
@ -120,20 +127,12 @@ ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION
#=================================================
# SETUP LOGROTATE
#=================================================
ynh_script_progression --message="Upgrading logrotate configuration..." --weight=1
# Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate --non-append
#=================================================
# INTEGRATE SERVICE IN YUNOHOST
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description="Simple, private file sharing" --log="/var/log/$app/$app.log"
yunohost service add $app --description="Simple, private file sharing"
#=================================================
# START SYSTEMD SERVICE