base-files: fix unkillable processes after restart
authorLinus Kardell <linus@telliq.com>
Thu, 22 Nov 2018 10:35:08 +0000 (11:35 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 22 Nov 2018 12:56:37 +0000 (13:56 +0100)
commit0f47ce818065fd9d41837803bf48fb3590f35185
tree930c46e1bc42803f49b83f0914c37c36e0fe556b
parent5970e6d466ff134f7e048cd3302dc0d21040a78a
base-files: fix unkillable processes after restart

When restart is run on an init script, the script traps SIGTERM. This is
done as a workaround for scripts named the same name as the program they
start. In that case, the init script process will have the same name as
the program process, and so when the init script runs killall, it will
kill itself. So SIGTERM is trapped to make the init script unkillable.

However, the trap is retained when the init script runs start, and thus
processes started by restart will not respond to SIGTERM, and will thus
be unkillable unless you use SIGKILL. This fixes that by removing the
trap before running start.

Signed-off-by: Linus Kardell <linus@telliq.com>
(cherry picked from commit 2ac1a57677ce4e21513dca2a8efab1eb6e0a9c58)
package/base-files/files/etc/rc.common