summaryrefslogtreecommitdiffstats
path: root/source/n/ntp/ntp.logrotate
blob: 37fd0be15edc65aebdee6e756970b7fd10822bd1 (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
}