GalaxyData Community

rsyslog, logorate dnsmanager for bind server

nano /etc/logrotate.conf

ADD:

# system-specific logs may be also be configured here.

   # sample logrotate configuration file
   compress

   /var/log/messages {
       rotate 2
       weekly
       postrotate
           /usr/bin/killall -HUP syslogd
       endscript
   }

 

Exit mobile version