1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 22:18:16 +02:00
openwrt/package/kernel/trelay/files/trelay.hotplug

6 lines
102 B
Plaintext
Raw Normal View History

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