summaryrefslogtreecommitdiffstats
path: root/source/n/ntp/ntp.logrotate
blob: 77f7d7b3faa2edb7665e071ce77b25e767cbe86c (plain) (blame)
1
2
3
4
5
6
7
8
/var/log/ntp {
    notifempty
    missingok
    rotate 4
    postrotate
    [ -x /etc/rc.d/rc.ntpd ] && /etc/rc.d/rc.ntpd restart
    endscript
}