|
|
|
|
|
by dedoussis
1543 days ago
|
|
To avoid any potential issue with signal propagation a good practice is to always use a lightweight init system such as dumb-init [1]. One could assume that the node process would register signal handlers for all possible signals, but I prefer to not have to make this assumption and use an init system instead. [1] https://github.com/Yelp/dumb-init |
|