There's no need to send SIGUSR1 to auxiliary processes since
they don't know what to do with them.
# 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
}