path: radvd_1:2.20-1/debian/tests/daemons
sysctl -w net.ipv6.conf.all.forwarding=1
/etc/init.d/${DAEMON} restart > /dev/null 2>&1
if pidof -x $DAEMON > /dev/null; then
    echo "OK"
else
