Skip to content

Instantly share code, notes, and snippets.

@naftulikay
Created December 22, 2017 02:50
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save naftulikay/9f8a6c781ba58b0700339d30e3aa3dce to your computer and use it in GitHub Desktop.
Save naftulikay/9f8a6c781ba58b0700339d30e3aa3dce to your computer and use it in GitHub Desktop.
[Unit]
Description=On Resume
After=suspend.target
[Service]
Type=oneshot
ExecStart=/usr/bin/logger -t suspend -s "on resume"
[Install]
WantedBy=suspend.target
[Unit]
Description=Before Suspend
Before=suspend.target
[Service]
Type=oneshot
ExecStart=/usr/bin/logger -t suspend -s "before suspend"
[Install]
WantedBy=suspend.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment