Parent Directory
|
Revision Log
Update logrotate config
| 1 | sysadm | 1.1 | @prefix@/log/*.log { |
| 2 | daily | ||
| 3 | missingok | ||
| 4 | sysadm | 1.3 | rotate 90 |
| 5 | sysadm | 1.1 | delaycompress |
| 6 | notifempty | ||
| 7 | create 640 bbs bbs | ||
| 8 | sharedscripts | ||
| 9 | postrotate | ||
| 10 | systemctl reload bbsd.service > /dev/null 2>/dev/null || true | ||
| 11 | endscript | ||
| 12 | } |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |