/[LeafOK_CVS]/lbbs/conf/lbbs.logrotate.in
ViewVC logotype

Annotation of /lbbs/conf/lbbs.logrotate.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Thu Dec 4 01:37:16 2025 UTC (3 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
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