/[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.2 - (hide annotations)
Mon Nov 17 03:18:56 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +0 -1 lines
Remove rotate setting

1 sysadm 1.1 @prefix@/log/*.log {
2     daily
3     missingok
4     compress
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