blob: 213d39c9e5b0db8c7f335fa8a495a00578b15e2f [file] [log] [blame]
# nfd-restart.conf
#
# Restarting NDN Forwarding Daemon on network connectivity changes
start on net-device-up
task
instance $IFACE
script
status nfd | grep -q start/ || stop
restart nfd
end script