説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

etc_logrotate_selfoss 144B

12345678
  1. /var/www/selfoss/data/logs/*.log {
  2. daily
  3. missingok
  4. rotate 5
  5. compress
  6. notifempty
  7. su www-data www-data
  8. }