service: add reload_signal property
authorJo-Philipp Wich <jo@mein.io>
Tue, 13 Dec 2016 16:27:13 +0000 (17:27 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 13 Dec 2016 16:51:20 +0000 (17:51 +0100)
Introduce a new optional property "reload_signal" which - if set - instructs
procd to not terminate and restart supervised processes upon changes, but to
send them a kill() signal instead.

This is useful for services which fully support native config reload upon
receipt of a signal.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>

No differences found