Closed seregazhuk closed 5 years ago
Currently, when the watcher restarts the script it always sends SIGTERM. We need to customize it and allow it to send any signal. Make it customizable via config signal:
SIGTERM
signal
watch: - src - config signal: SIGINT
or in a command line:
php-watcher server.php --signal SIGINT
Currently, when the watcher restarts the script it always sends
SIGTERM
. We need to customize it and allow it to send any signal. Make it customizable via configsignal
:or in a command line: