9951 explained code solutions for 126 technologies


supervisorMake supervisor kill a program when stopping it.


[program:prcs]
...
stopsignal=KILLctrl + c
[program:prcs]

program configuration block

stopsignal

defines stop signal to send to the program on stop

KILL

send KILL signal (can be any of TERM, HUP, INT, QUIT, KILL, USR1, USR2)