mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add a setting to disable ModemManager
This commit is contained in:
parent
6ab53ff26c
commit
af59ab5ad5
3 changed files with 14 additions and 0 deletions
|
@ -7,6 +7,7 @@ START=05
|
|||
LOG_LEVEL="INFO"
|
||||
|
||||
start_service() {
|
||||
[ "$(uci -q get openmptcprouter.settings.disable_modemmanager)" = "1" ] && return
|
||||
# Setup ModemManager service
|
||||
#
|
||||
# We will make sure that the rundir always exists, and we initially cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue