暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

etc_logrotate_z-push 150B

12345678
  1. /var/log/z-push/*.log {
  2. weekly
  3. missingok
  4. rotate 5
  5. compress
  6. notifempty
  7. create 0644 www-data www-data
  8. }