about summary refs log tree commit homepage
path: root/examples/logrotate.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/logrotate.conf')
-rw-r--r--examples/logrotate.conf4
1 files 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 public-inbox-httpd@1.service
-                systemctl kill -s SIGUSR1 public-inbox-nntpd@1.service
+                systemctl kill -s SIGUSR1 --kill-who=main \
+                                public-inbox-netd@1.service
         endscript
 }