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:
parent
aab56c9b80
commit
6b778f7bcc
1 changed files with 0 additions and 4 deletions
|
@ -227,10 +227,6 @@ start_service() {
|
|||
procd_close_instance
|
||||
}
|
||||
|
||||
stop_service() {
|
||||
killall -9 babeld
|
||||
}
|
||||
|
||||
service_triggers() {
|
||||
procd_add_reload_trigger babeld
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue