/[LeafOK_CVS]/lbbs/conf/logrotate_bbsd.conf.default
ViewVC logotype

Annotation of /lbbs/conf/logrotate_bbsd.conf.default

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Nov 16 02:28:37 2025 UTC (4 months ago) by sysadm
Branch: MAIN
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