logrotate needs -non-append in case of upgrade
https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5
This commit is contained in:
parent
a0eb745db9
commit
f68d61d8a5
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ ynh_store_file_checksum "$final_path/CONFIG_FILE"
|
|||
#=================================================
|
||||
|
||||
# Use logrotate to manage app-specific logfile(s)
|
||||
ynh_use_logrotate
|
||||
ynh_use_logrotate --non-append
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
|
|
Loading…
Reference in a new issue