There's no need to send SIGUSR1 to auxiliary processes since
they don't know what to do with them.
---
examples/logrotate.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/logrotate.conf b/examples/logrotate.conf
index 4ce08843..fad40cfc 100644
--- a/examples/logrotate.conf
+++ b/examples/logrotate.conf
@@ -18,7 +18,7 @@
# systemd users do not need PID files,
# only signal the @1 process since the @2 is short-lived
# For systemd users, assuming you use two services
- systemctl kill -s SIGUSR1 [email protected]
- systemctl kill -s SIGUSR1 [email protected]
+ systemctl kill -s SIGUSR1 --kill-who=main \
+ [email protected]
endscript
}