Explorar el Código

logrotate needs -non-append in case of upgrade

https://github.com/YunoHost/yunohost/blob/unstable/data/helpers.d/backend#L5
Maniack Crudelis hace 7 años
padre
commit
f68d61d8a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/upgrade

+ 1 - 1
scripts/upgrade

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