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

Contents of /lbbs/conf/lbbs.logrotate.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show 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 @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