summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/rsyslog/logrotate.j213
1 files changed, 0 insertions, 13 deletions
diff --git a/data/templates/rsyslog/logrotate.j2 b/data/templates/rsyslog/logrotate.j2
deleted file mode 100644
index 4434a3a32..000000000
--- a/data/templates/rsyslog/logrotate.j2
+++ /dev/null
@@ -1,13 +0,0 @@
-### Autogenerated by system_syslog.py ###
-{% if file is vyos_defined %}
-{% for file_name, file_options in file.items() %}
-/var/log/user/{{ file_name }} {
- missingok
- notifempty
- create
- rotate {{ file_options.archive.file }}
- size={{ file_options.archive.size | int // 1024 }}k
-}
-
-{% endfor %}
-{% endif %}