Ubuntu 24.04.3 LTS | Lataa ja asenna | Tutustu yhteisöön | Blogi | Yritysten tarjoamat palvelutUusimmat julkaisut: 24.04.3 LTS (suositeltu, 7.8.2025) ja 25.10 (9.10.2025).
sudo nano /etc/systemd/system/wifi-resume.service
#/etc/systemd/system/wifi-resume.service#sudo systemctl enable wifi-resume.service[Unit]Description=Restart networkmanager at resumeAfter=suspend.targetAfter=hibernate.targetAfter=hybrid-sleep.target[Service]Type=oneshotExecStart=wpa_cli resumeExecStart=/bin/systemctl restart NetworkManager.service[Install]WantedBy=suspend.targetWantedBy=hibernate.targetWantedBy=hybrid-sleep.target
sudo systemctl enable wifi-resume.service