Parent Directory
|
Revision Log
Update logrotate config
| 1 | @prefix@/log/*.log { |
| 2 | daily |
| 3 | missingok |
| 4 | rotate 90 |
| 5 | 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 |