wwan-config: Fix ModemManager not stopped when stopping wwan-config
BugzID: 81051
This commit is contained in:
parent
2fca63a11b
commit
1eb5a1a51e
|
|
@ -9,6 +9,9 @@ Restart=on-failure
|
||||||
Nice=-20
|
Nice=-20
|
||||||
# Start time may include power cycles and start of ModemManager
|
# Start time may include power cycles and start of ModemManager
|
||||||
TimeoutStartSec=180
|
TimeoutStartSec=180
|
||||||
|
# The default kill mode is killing the subprocesses created by the "os.system"
|
||||||
|
# calls used to stop ModemManager when handling the kill signal.
|
||||||
|
KillMode=mixed
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=multi-user.target
|
RequiredBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue