diff options
Diffstat (limited to 'linux/conf/logrotate.d/ntp')
-rw-r--r-- | linux/conf/logrotate.d/ntp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/conf/logrotate.d/ntp b/linux/conf/logrotate.d/ntp new file mode 100644 index 0000000..c46b590 --- /dev/null +++ b/linux/conf/logrotate.d/ntp @@ -0,0 +1,5 @@ +/var/log/ntp.log { + weekly + create 0644 root root + rotate 5 +} |