mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
6c8ad9f02b
If the ModemManager is stopped via '/etc/init.d/modemmanager', mmcli calls always remain in the process list. This is because the ModemManager-monitor call is not terminated properly, as the kill signals are not handled correctly in the startup script for mmcli. To fix this, the signal handling is refactored. Signed-off-by: Florian Eckert <fe@dev.tdt.de>