firmware/src/packages/fff/mtpoe_ctrl/files/99-mtpoe_ctrl

9 lines
164 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2018 Sergey Sergeev adron@yapic.net
START=11
start() {
/usr/bin/mtpoe_ctrl --action=load_poe_from_uci >/dev/null 2>&1
}