packages/ipv6/radvd/files/radvd.hotplug
2011-07-17 23:37:36 +00:00

6 lines
76 B
Bash

#!/bin/sh
if [ "$ACTION" = ifup ]; then
killall -HUP radvd 2>/dev/null
fi