Hi,
Daniel Kahn Gillmor <[email protected]> writes:
> PID="$(pidof /sbin/init || true)"
> [...]
> kill -s USR1 "$PID"
The comment in the file states:
# PID of init; may not always be 1. Use for sending signals
# and checking if init is running.
PID="$(pidof /sbin/init || true)"
I’d be interested in cases where the PID of init is not 1. IMO, this
should also be explained (at least briefly) in that comment.
Thanks!
--
Best regards,
Michael
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel