YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* logrotate [#aaf8fdc6]
** ログが存在しなくてもロテートする [#a60b41e9]
size 0 を指定する。
/var/log/mail/maillog
{
daily
rotate 30
size 0
create 0640 root wheel
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/...
endscript
}
** ログロテートされるタイミング [#w83af004]
- cron(anacron)のdailyやweeklyでログロテートされる。
- cronの場合、/etc/crontabを参照する。
- anacronの場合、/etc/anacrontabを参照する。
-- anacronについては http://yanor.net/wiki/?Linux%2F%E3%8...
** 参考 [#j53a3ead]
- man http://www.linuxcommand.org/man_pages/logrotate8.html
- RedHat https://access.redhat.com/site/documentation/en-...
終了行:
* logrotate [#aaf8fdc6]
** ログが存在しなくてもロテートする [#a60b41e9]
size 0 を指定する。
/var/log/mail/maillog
{
daily
rotate 30
size 0
create 0640 root wheel
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/...
endscript
}
** ログロテートされるタイミング [#w83af004]
- cron(anacron)のdailyやweeklyでログロテートされる。
- cronの場合、/etc/crontabを参照する。
- anacronの場合、/etc/anacrontabを参照する。
-- anacronについては http://yanor.net/wiki/?Linux%2F%E3%8...
** 参考 [#j53a3ead]
- man http://www.linuxcommand.org/man_pages/logrotate8.html
- RedHat https://access.redhat.com/site/documentation/en-...
ページ名: