blue-merle/files/etc/init.d/blue-merle
2022-10-21 10:14:38 +02:00

18 lines
227 B
Bash
Executable File

#!/bin/sh /etc/rc.common
. /lib/blue-merle/functions.sh
START=81
STOP=99
start() {
/lib/blue-merle/mac-wipe.sh
CHECKMACSYMLINK
RESET_BSSIDS
}
stop() {
/lib/blue-merle/mac-wipe.sh
}