babeld let procd gracefully handle babeld stopping

kill -9 is too brutal and drive procd to think babeld has crashed
This commit is contained in:
Gio 2019-06-13 09:23:23 +02:00
parent aab56c9b80
commit 6b778f7bcc
No known key found for this signature in database
GPG key ID: 47E488E0F409673A

View file

@ -227,10 +227,6 @@ start_service() {
procd_close_instance
}
stop_service() {
killall -9 babeld
}
service_triggers() {
procd_add_reload_trigger babeld
}