Skip to content

Instantly share code, notes, and snippets.

@str8edgedave
Last active August 1, 2017 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save str8edgedave/f05502885813feab19685803b4c20ede to your computer and use it in GitHub Desktop.
Save str8edgedave/f05502885813feab19685803b4c20ede to your computer and use it in GitHub Desktop.
RTLS8723be resume after suspend

Create a systemd service file: /etc/systemd/system/net-resume.service

[Unit]
Description=Local system resume actions
After=suspend.target
[Service]
Type=oneshot
ExecStart=/bin/systemctl restart network-manager.service
[Install]
WantedBy=suspend.target

Then run the command:

sudo systemctl enable net-resume.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment