openwrt-routing/oonf-dlep-radio/files/dlep_radio.hotplug

13 lines
246 B
Bash
Executable File

#!/bin/sh
daemon=dlep_radio
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