1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-17 12:43:59 +02:00
openwrt-routing/oonf-init-scripts/files/oonf_hotplug.sh
2015-08-06 22:31:56 +02:00

11 lines
229 B
Bash
Executable File

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