diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/logrotate.d/vyatta-ipsec-logs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/logrotate.d/vyatta-ipsec-logs b/etc/logrotate.d/vyatta-ipsec-logs new file mode 100644 index 0000000..fe3c83d --- /dev/null +++ b/etc/logrotate.d/vyatta-ipsec-logs @@ -0,0 +1,7 @@ + +/var/log/vyatta/ipsec.log { + nocompress + size 1M + rotate 2 + create 664 root root +} |