daemonize icon indicating copy to clipboard operation
daemonize copied to clipboard

Callbacks rework

Open jndrk opened this issue 8 years ago • 1 comments

After reading issue #55 , I just added a new self.sigterm_action parameter which allows the user to pass a custom function to be executed after SIGTERM signal is receive by the daemon. I also updated test/deamon_sigterm.py to this new behavior.

jndrk avatar Oct 22 '17 22:10 jndrk

Could you rebase your PR from current master?

thesharp avatar Dec 12 '18 19:12 thesharp