mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 11:36:49 +00:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
case "$ACTION" in
|
||
|
add|register)
|
||
|
[ -f /var/run/trelay.active ] && /etc/init.d/trelay start
|
||
|
;;
|
||
|
esac
|