mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

Added missing START and STOP priorities, also removed the useless references to functions. Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
3 lines
62 B
Bash
Executable File
3 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
[ "$ACTION" = "ifup" ] && /etc/init.d/arpbind start
|