summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-07-04 08:46:14 +0200
committerGitHub <noreply@github.com>2024-07-04 08:46:14 +0200
commit1f03dbc5fb2952530fa6f9cb45a81d3a905224b6 (patch)
treea8428022c51a834fc414cf47775422f007f99bb9
parentb71096a815e853430907d6eb5a24dc706bf73c25 (diff)
parent687bab2803999e41a6ea292680c861a421e31167 (diff)
downloadvyos-1x-1f03dbc5fb2952530fa6f9cb45a81d3a905224b6.tar.gz
vyos-1x-1f03dbc5fb2952530fa6f9cb45a81d3a905224b6.zip
Merge pull request #3765 from vyos/mergify/bp/sagitta/pr-3760
syslog: T5366: remove reference to deprecated sysvinit rsyslog script (backport #3760)
-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 %}