mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Add debug mode to modemamanger to be able to run AT commands
This commit is contained in:
parent
b129ad30ae
commit
8ec0bdff9b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ start_service() {
|
|||
#
|
||||
. /usr/share/ModemManager/modemmanager.common
|
||||
procd_open_instance
|
||||
procd_set_param command /usr/sbin/ModemManager-wrapper
|
||||
procd_set_param command /usr/sbin/ModemManager-wrapper --debug
|
||||
procd_set_param respawn "${respawn_threshold:-3600}" "${respawn_timeout:-5}" "${respawn_retry:-5}"
|
||||
procd_set_param pidfile "${MODEMMANAGER_PID_FILE}"
|
||||
procd_close_instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue