/[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.1 - (hide annotations)
Mon Nov 17 03:12:27 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
Use autoconf to generate several config files

1 sysadm 1.1 @prefix@/log/*.log {
2     daily
3     missingok
4     rotate 14
5     compress
6     delaycompress
7     notifempty
8     create 640 bbs 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