mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
Add fix-wifi service for RT8822BE cards,
This commit is contained in:
parent
230ca28084
commit
7cc6988948
1 changed files with 9 additions and 0 deletions
9
etc/systemd/system/fix-wifi.service
Normal file
9
etc/systemd/system/fix-wifi.service
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Start workaround for RT8822BE wireless cards wifi issue when using the new rtwpci driver.
|
||||
|
||||
[Service]
|
||||
# See https://github.com/Edu4rdSHL/linuxscripts/blob/master/system-bin/upnet
|
||||
ExecStart=/usr/bin/upnet
|
||||
|
||||
[Install]
|
||||
WantedBy=sysinit.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue