tn3399_openwrt/package/kernel/trelay/files/trelay.hotplug
John Crispin 4ebf19b48f packages: clean up the package folder
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 37007
2013-06-21 16:54:37 +00:00

6 lines
102 B
Plaintext

case "$ACTION" in
add|register)
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
;;
esac