説明なし
選択できるのは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. }