Initial commit.
This commit is contained in:
commit
3d665e5e11
72 changed files with 3200 additions and 0 deletions
7
base-files/logrotate.d/ntp
Normal file
7
base-files/logrotate.d/ntp
Normal file
|
@ -0,0 +1,7 @@
|
|||
/var/log/ntp {
|
||||
notifempty
|
||||
missingok
|
||||
postrotate
|
||||
[ -x /etc/rc.d/rc.ntpd ] && /etc/rc.d/rc.ntpd restart || true
|
||||
endscript
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue