Door Games Unlimited

Welcome, Guest.


Subject: Logrotate Date: Wed Apr 13 2011 14:54:00
From: Digital Man To: Mindless Automaton

  Re: Logrotate
  By: Mindless Automaton to DOVE-Net.Unix_Discussion on Wed Apr 13 2011 11:38 am


 > Is anyone have logrotate managing their bbs logs?  If so, can I get a
 > copy of your config file? :)

cvs:/etc/logrotate.d# cat sbbs
/var/log/sbbs*.log {
        weekly
        missingok
        rotate 52
        notifempty
        create 640 root adm
        sharedscripts
        postrotate
                invoke-rc.d rsyslog reload > /dev/null
        endscript
}


                                            digital man

Synchronet "Real Fact" #35:
Synchronet's Windows DLLs are built with Microsoft Visual Studio/C++.

---
 ■ SynchronetVertrauen Home of Synchronet telnet://vert.synchro.net

Previous Message       Next Message
In Reply To: Logrotate (Mindless Automaton)
Replies: Re: Logrotate (Mindless Automaton)Logrotate (elm)