summaryrefslogtreecommitdiff
path: root/data/templates/syslog/logrotate.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/syslog/logrotate.tmpl')
-rw-r--r--data/templates/syslog/logrotate.tmpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/data/templates/syslog/logrotate.tmpl b/data/templates/syslog/logrotate.tmpl
deleted file mode 100644
index f758265e4..000000000
--- a/data/templates/syslog/logrotate.tmpl
+++ /dev/null
@@ -1,12 +0,0 @@
-{% for file in files %}
-{{files[file]['log-file']}} {
- missingok
- notifempty
- create
- rotate {{files[file]['max-files']}}
- size={{files[file]['max-size']//1024}}k
- postrotate
- invoke-rc.d rsyslog rotate > /dev/null
- endscript
-}
-{% endfor %}