1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2023-12-05 16:35:47 +01:00
parent b129ad30ae
commit 8ec0bdff9b

View file

@ -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