]> git.pld-linux.org Git - packages/eventum.git/blob - eventum.logrotate
- logrotate 3.8.0 requires "su" option for non-root writable dirs
[packages/eventum.git] / eventum.logrotate
1 /var/log/eventum/errors.log
2 /var/log/eventum/irc_bot.log
3 {
4         su root http
5         monthly
6         notifempty
7         rotate 52
8         create 620 root eventum
9         olddir /var/log/archive/eventum
10 }
This page took 1.418917 seconds and 4 git commands to generate.