Ubic
Ubic copied to clipboard
Ubic::Daemon - custom graceful stop signal
Ubic::Daemon can stop daemons gracefully by sending them SIGTERM first, and SIGKILL later.
We need to make SIGTERM customizable, some daemons perform graceful stop using other signals.
(Request from https://github.com/diegok).