mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Disable wifi power management for wlan0 for rpi
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user