=== jelmer_ is now known as jelmer [15:24] can anyone tell me the syntax for "kill signal"? On the documentation the example is "kill signal INT", does it mean that if I want to use SIGTERM I must write "kill signal TERM"? [15:27] LtWorf: you can specify either "kill signal SIGTERM" or "kill signal TERM". [15:28] okay. Perhaps this could be made explicit in the documentation, if anyone here has access to that [15:28] LtWorf: in fact, you can also specify "kill signal 15" but I would strongly avoid doing that. [15:28] LtWorf: yes, I'll update that... [15:28] jodh: thank you for the help