mac-address-set: start service before NetworkManager

If NetworkManager starts before, it may change the mac address for
scanning and store the chip mac address. When finaly using a static mac
address (for an established connection or AP) it will restore the chip
address instead of our address.

BugzID: 77171

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Alexandre Bard 2021-12-29 14:07:43 +01:00 committed by Patrick Zysset
parent da62ee6786
commit 197b4f6f07
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
[Unit] [Unit]
After=tibluetooth.service After=tibluetooth.service
Before=NetworkManager.service
[Service] [Service]
Type=oneshot Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/mac-address-set ExecStart=/usr/bin/mac-address-set
[Install] [Install]