Skip to content

Commit

Permalink
fix: use TERM for the default init.d stop signal
Browse files Browse the repository at this point in the history
I think this must have been only fixed in branches; current webtiles
responds well to STOP (and moreover, kind of badly to ABRT).
  • Loading branch information
rawlins committed Mar 21, 2024
1 parent 4ea88d0 commit baeed8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/webtiles
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

. /lib/lsb/init-functions

# kill -TERM doesn't work
signal=ABRT
signal=TERM

announce() {
echo "$@" >> %%ANNOUNCEMENTS_FILE%%
Expand Down

0 comments on commit baeed8e

Please sign in to comment.