* Tue Aug 13 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-8.sme

- fix new log does not fill after log rotate [SME: 12690]
This commit is contained in:
2024-09-22 22:07:00 -04:00
parent 85ee14e7df
commit beb0afe727
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
su root root
create 600 root root
postrotate
/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
/usr/bin/systemctl -s HUP kill rsyslog.service >/dev/null 2>&1 || true
endscript
}