gluon-respondd: restart instead of reload - fixes #2733
respondd has to handle interface changes for re-listening respondd was being sent sighup by procd previously, but didn't handle it The easiest way is to just restart respondd to make it re-listen, since it does not carry any important state
This commit is contained in:
parent
b6e98169fd
commit
9ab012d5a3
@ -24,6 +24,6 @@ service_triggers() {
|
||||
local name=$(basename ${script:-$initscript})
|
||||
|
||||
procd_open_trigger
|
||||
procd_add_raw_trigger "interface.*" 0 "/etc/init.d/$name" reload
|
||||
procd_add_raw_trigger "interface.*" 0 "/etc/init.d/$name" restart
|
||||
procd_close_trigger
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user