summaryrefslogtreecommitdiff
path: root/data/templates/syslog/logrotate.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-01 20:38:04 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-01 20:38:04 +0200
commit780d4fe16cd8471ca4fd27ba43fea998ef0240f0 (patch)
tree8a0a29aec78d2475bbb13130f181a04da26d9dea /data/templates/syslog/logrotate.tmpl
parentb6a307424451b197d57265f17692ba2033a0ff7f (diff)
downloadvyos-1x-780d4fe16cd8471ca4fd27ba43fea998ef0240f0.tar.gz
vyos-1x-780d4fe16cd8471ca4fd27ba43fea998ef0240f0.zip
syslog: T4353: fix Jinja2 linting errors
Diffstat (limited to 'data/templates/syslog/logrotate.tmpl')
-rw-r--r--data/templates/syslog/logrotate.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/data/templates/syslog/logrotate.tmpl b/data/templates/syslog/logrotate.tmpl
deleted file mode 100644
index c1b951e8b..000000000
--- a/data/templates/syslog/logrotate.tmpl
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ config_render['log-file'] }} {
- missingok
- notifempty
- create
- rotate {{ config_render['max-files'] }}
- size={{ config_render['max-size'] // 1024 }}k
- postrotate
- invoke-rc.d rsyslog rotate > /dev/null
- endscript
-}
-