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:
Alexandre Bard 2020-11-20 20:43:58 +01:00
parent 73ad873411
commit ae37c1b2b9
1 changed files with 1 additions and 0 deletions

View File

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