/[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.2 - (hide annotations)
Mon Nov 17 03:12:27 2025 UTC (3 months, 4 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Use autoconf to generate several config files

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