diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-03-04 10:12:31 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-04 10:12:31 +0700 |
commit | 876cb466c7256973917dc56f81f08bf8364b900d (patch) | |
tree | a37dd20b72a2af0176f9664f6aa4786ea939f627 /etc/logrotate.d/vyatta-ipsec-logs | |
parent | 7308178f1b9925064b728a53d79bbdcaef6eaf20 (diff) | |
parent | 0ff779958f9c8951bb7e3e866ca52bc70b470fa9 (diff) | |
download | vyatta-cfg-vpn-876cb466c7256973917dc56f81f08bf8364b900d.tar.gz vyatta-cfg-vpn-876cb466c7256973917dc56f81f08bf8364b900d.zip |
T287: Merge pull request #14 from paulgear/patch-1
T287: Add missingok to logrotate for ipsec
Diffstat (limited to 'etc/logrotate.d/vyatta-ipsec-logs')
-rw-r--r-- | etc/logrotate.d/vyatta-ipsec-logs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/logrotate.d/vyatta-ipsec-logs b/etc/logrotate.d/vyatta-ipsec-logs index fe3c83d..bc4caa5 100644 --- a/etc/logrotate.d/vyatta-ipsec-logs +++ b/etc/logrotate.d/vyatta-ipsec-logs @@ -1,5 +1,6 @@ /var/log/vyatta/ipsec.log { + missingok nocompress size 1M rotate 2 |