openwrt-routing/oonf-dlep-proxy/files/dlep_proxy.hotplug

13 lines
246 B
Bash
Executable File

#!/bin/sh
daemon=dlep_proxy
case "$ACTION" in
ifup)
. /etc/rc.common /etc/init.d/${daemon} enabled && {
logger -t '${daemon}[hotplug]' -p daemon.info 'reloading configuration'
. /etc/rc.common /etc/init.d/${daemon} reload
}
;;
esac