diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-01 20:43:45 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-01 20:47:04 +0200 |
commit | f38ce741c2852e4eaeeaa23736960d9a717b600f (patch) | |
tree | cec4d823a93611c3df0f073c341ea0a18754dc33 /data/templates/logs/logrotate/vyos-rsyslog.tmpl | |
parent | 01bdf2dfdb09bf9dd7ca4e7b49def302b2cd7c29 (diff) | |
download | vyos-1x-f38ce741c2852e4eaeeaa23736960d9a717b600f.tar.gz vyos-1x-f38ce741c2852e4eaeeaa23736960d9a717b600f.zip |
system-logs: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/logs/logrotate/vyos-rsyslog.tmpl')
-rw-r--r-- | data/templates/logs/logrotate/vyos-rsyslog.tmpl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/data/templates/logs/logrotate/vyos-rsyslog.tmpl b/data/templates/logs/logrotate/vyos-rsyslog.tmpl deleted file mode 100644 index f2e4d2ab2..000000000 --- a/data/templates/logs/logrotate/vyos-rsyslog.tmpl +++ /dev/null @@ -1,13 +0,0 @@ -/var/log/messages { - create - missingok - nomail - notifempty - rotate {{ rotate }} - size {{ max_size }}M - postrotate - # inform rsyslog service about rotation - /usr/lib/rsyslog/rsyslog-rotate - endscript -} - |