sec/sec.logrotate
Stefan Schulze Frielinghaus 0e5d196372 Use systemctl kill
2026-02-12 20:29:00 +01:00

8 lines
188 B
Text

/var/log/sec {
missingok
notifempty
sharedscripts
postrotate
/usr/bin/systemctl kill --signal=USR2 --kill-whom=main sec.service 2>/dev/null || true
endscript
}