You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Linus Kardell 2ac1a57677 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>
6 years ago
..
bin base-files: make it possible to specify switch led mode 6 years ago
etc base-files: fix unkillable processes after restart 6 years ago
lib base-files: make it possible to specify switch led mode 6 years ago
rom rename default/ to files/ 18 years ago
sbin base-files: make wifi report unknown command 6 years ago
usr base-files: add menuconfig option for HOME_URL 6 years ago