mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
3 lines
62 B
Bash
3 lines
62 B
Bash
#!/bin/sh
|
|
[ "$ACTION" = "ifup" ] && /etc/init.d/arpbind start
|