diff options
author | John Estabrook <jestabro@vyos.io> | 2024-07-03 08:57:33 -0500 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-03 14:49:58 +0000 |
commit | cc32fa3a874a1ce071d6509aaff8ebc4df95423a (patch) | |
tree | 86c36e9e84611334a45a335437d75819d252248a /data/templates | |
parent | 3817a83f0af6f7a97e1fb822d0e5da844068100f (diff) | |
download | vyos-1x-cc32fa3a874a1ce071d6509aaff8ebc4df95423a.tar.gz vyos-1x-cc32fa3a874a1ce071d6509aaff8ebc4df95423a.zip |
syslog: T5366: remove reference to deprecated sysvinit rsyslog script
(cherry picked from commit 977d2fbf7a62a97d98b38cf28e62f08fc9e8d3a2)
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/rsyslog/logrotate.j2 | 6 |
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 %} |