cortesi / modd

A flexible developer tool that runs processes and responds to filesystem changes
MIT License
2.8k stars 128 forks source link

First interrupt before killing a daemon on shutdown #79

Closed bartjkdp closed 4 years ago

bartjkdp commented 4 years ago

This MR fixes #78 by sending an interrupt first before killing the process.

bartjkdp commented 4 years ago

Not sure why the CI fails...

Buh13246 commented 1 year ago

Thanks for this PR, it helped me figure out my problem and fix it.