10 lines
80 B
Plaintext
10 lines
80 B
Plaintext
|
start()
|
||
|
{
|
||
|
/sbin/huawei-monitor > /dev/null 2>&1 &
|
||
|
}
|
||
|
|
||
|
stop()
|
||
|
{
|
||
|
echo ""
|
||
|
}
|