summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-07-03 08:57:33 -0500
committerJohn Estabrook <jestabro@vyos.io>2024-07-03 09:02:07 -0500
commit977d2fbf7a62a97d98b38cf28e62f08fc9e8d3a2 (patch)
tree6278f4661b75623f4f992b4218a7b457781b986f /data/templates
parentd0bc944526c0c3905fb8bdcf602538465e7d27de (diff)
downloadvyos-1x-977d2fbf7a62a97d98b38cf28e62f08fc9e8d3a2.tar.gz
vyos-1x-977d2fbf7a62a97d98b38cf28e62f08fc9e8d3a2.zip
syslog: T5366: remove reference to deprecated sysvinit rsyslog script
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/rsyslog/logrotate.j26
1 files changed, 0 insertions, 6 deletions
diff --git a/data/templates/rsyslog/logrotate.j2 b/data/templates/rsyslog/logrotate.j2
index ea33fea4f..b9689a1cf 100644
--- a/data/templates/rsyslog/logrotate.j2
+++ b/data/templates/rsyslog/logrotate.j2
@@ -5,9 +5,6 @@
create
rotate 5
size=256k
- postrotate
- invoke-rc.d rsyslog rotate > /dev/null
- endscript
}
{% if file is vyos_defined %}
@@ -18,9 +15,6 @@
create
rotate {{ file_options.archive.file }}
size={{ file_options.archive.size | int // 1024 }}k
- postrotate
- invoke-rc.d rsyslog rotate > /dev/null
- endscript
}
{% endfor %}