Dup Ver Goto 📝

sleep-wake-scripts

PT2/linux/systemd does not exist
To
14 lines, 28 words, 308 chars Page 'sleep-wake-scripts' does not exist.

See archlinux

Put something in /usr/lib/systemd/system-sleep, for example

#!/bin/sh
case $1/$2 in
  pre/*)
    echo "Going to $2..."
    ;;
  post/*)
    echo "Waking up from $2..."
    ;;
esac