chiark / gitweb /
man/systemd.xml: change the signal names to kill systemd
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Apr 2013 07:38:02 +0000 (09:38 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Apr 2013 07:44:59 +0000 (09:44 +0200)
Using the signal name to put systemd in debug mode with bash results in:
 $ kill -s SIGRTMIN+22 1
 bash: kill: SIGRTMIN+22: invalid signal specification

whereas this works:
 $ kill -s SIGRTMAX-8 1

/usr/bin/kill understands both signal names, so just change them to the
bash names.


No differences found