routing/oonf-dlep-proxy/files/dlep_proxy.hotplug
2015-06-08 10:08:11 +02:00

12 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