Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Last active January 9, 2024 08:32
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 ugovaretto/9f8af33ae28819121396179eae358225 to your computer and use it in GitHub Desktop.
Save ugovaretto/9f8af33ae28819121396179eae358225 to your computer and use it in GitHub Desktop.
Setup eth card for wake on lan and hibernate
#!/usr/bin/env bash
#run with 'sudo ./hibernate.sh'
#argument is the name of the eth network adapter e.g. 'eno1'
ethtool -s $1 wol pumbg
systemctl hibernate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment