Before, we used a procd netdev trigger, but that fired *way* too often (maybe
once per router announcement received?), causing high load for nothing.
This basically reverts to the behaviour before commit d8bb978
, only that the
init script still handles argument collection.
6 lines
86 B
Bash
6 lines
86 B
Bash
#!/bin/sh
|
|
|
|
[ "$ACTION" = "ifupdate" ] && exit
|
|
|
|
exec /etc/init.d/gluon-respondd reload
|