diff options
author | hagbard <vyosdev@derith.de> | 2019-06-19 12:23:48 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-06-19 12:23:48 -0700 |
commit | 093b89ed5b8e4501cce3b4ce6f78795e17410988 (patch) | |
tree | 439aab1f0003b3859e36d099a038942d41df5f2e /etc/logrotate.d | |
parent | 4998359981fea5e0cabda9f685a0a20d57d44163 (diff) | |
download | vyatta-cfg-093b89ed5b8e4501cce3b4ce6f78795e17410988.tar.gz vyatta-cfg-093b89ed5b8e4501cce3b4ce6f78795e17410988.zip |
[logrotate] T1420 - logrotate permission errors on vyatta logfiles
Diffstat (limited to 'etc/logrotate.d')
-rw-r--r-- | etc/logrotate.d/vyatta-config-logs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/logrotate.d/vyatta-config-logs b/etc/logrotate.d/vyatta-config-logs index 66cb374..a12ca9f 100644 --- a/etc/logrotate.d/vyatta-config-logs +++ b/etc/logrotate.d/vyatta-config-logs @@ -3,4 +3,5 @@ size 1M rotate 2 create 664 root vyattacfg + su root vyattacfg } |