summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2019-06-19 12:28:44 -0700
committerhagbard <vyosdev@derith.de>2019-06-19 12:28:44 -0700
commit51e07664ab03d001dfca457db06d82325d1e964f (patch)
treeea7879baf6d872006bca44110b034b05773f6bfd
parentb117d9a9e8adce4b05fe493b60a1c2fb653e01f9 (diff)
downloadvyatta-cfg-vpn-51e07664ab03d001dfca457db06d82325d1e964f.tar.gz
vyatta-cfg-vpn-51e07664ab03d001dfca457db06d82325d1e964f.zip
[logrotate] T1420 - logrotate permission errors on vyatta logfiles
-rw-r--r--etc/logrotate.d/vyatta-ipsec-logs2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/logrotate.d/vyatta-ipsec-logs b/etc/logrotate.d/vyatta-ipsec-logs
index bc4caa5..c75efbf 100644
--- a/etc/logrotate.d/vyatta-ipsec-logs
+++ b/etc/logrotate.d/vyatta-ipsec-logs
@@ -1,8 +1,8 @@
-
/var/log/vyatta/ipsec.log {
missingok
nocompress
size 1M
rotate 2
create 664 root root
+ su root vyattacfg
}