mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-03 12:07:46 +01:00
Disable wifi power management for wlan0 for rpi
This commit is contained in:
parent
69c08638a7
commit
87440d6bc8
@ -0,0 +1 @@
|
|||||||
|
enable wifi_powersave@off.service
|
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Set WiFi power save %i
|
||||||
|
After=sys-subsystem-net-devices-wlan0.device
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
RemainAfterExit=yes
|
||||||
|
ExecStart=/sbin/iw dev wlan0 set power_save %i
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=sys-subsystem-net-devices-wlan0.device
|
Loading…
x
Reference in New Issue
Block a user