06-26-2017, 08:10 AM
I would appreciate if others could try this out and see if it fixes wifi applet dying on occasion after resuming from suspend in Mate.
Paste the follwoing and save:
And lastly:
Code:
sudo nano /etc/systemd/system/wifi-resume.service
Paste the follwoing and save:
Code:
#/etc/systemd/system/wifi-resume.service
#sudo systemctl enable wifi-resume.service
[Unit]
Description=Restart networkmanager at resume
After=suspend.target
After=hibernate.target
After=hybrid-sleep.target
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart network-manager.service
[Install]
WantedBy=suspend.target
WantedBy=hibernate.target
WantedBy=hybrid-sleep.target
And lastly:
Code:
sudo systemctl enable wifi-resume.service