This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/filesystem/fs/etc/rc.d/huawei

10 lines
80 B
Plaintext
Raw Normal View History

2013-07-13 17:19:22 +01:00
start()
{
/sbin/huawei-monitor > /dev/null 2>&1 &
}
stop()
{
echo ""
}