Parent Directory
|
Revision Log
Add logrotate related configuration
| 1 | sysadm | 1.1 | /usr/local/lbbs/log/*log { |
| 2 | daily | ||
| 3 | missingok | ||
| 4 | rotate 14 | ||
| 5 | compress | ||
| 6 | delaycompress | ||
| 7 | notifempty | ||
| 8 | create 640 root bbs | ||
| 9 | sharedscripts | ||
| 10 | postrotate | ||
| 11 | systemctl reload bbsd.service > /dev/null 2>/dev/null || true | ||
| 12 | endscript | ||
| 13 | } |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |