wwan-config: Make service less nice
In order to make the service start faster we make it less nice. It will therefor have more cpu resources to setup the modem faster. The overall goal being to have WWAN connectivity earlier during boot process. BugzID: 67742
This commit is contained in:
parent
73ad873411
commit
ae37c1b2b9
|
|
@ -6,6 +6,7 @@ Type=forking
|
||||||
ExecStart=/usr/bin/wwan-config %I
|
ExecStart=/usr/bin/wwan-config %I
|
||||||
PIDFile=/run/%I.pid
|
PIDFile=/run/%I.pid
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
Nice=-20
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
RequiredBy=multi-user.target
|
RequiredBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue