4ebf19b48f
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007
5 lines
102 B
Text
5 lines
102 B
Text
case "$ACTION" in
|
|
add|register)
|
|
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
|
|
;;
|
|
esac
|