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