dotfiles/suspend-fix.service
2019-02-26 06:51:39 -07:00

10 lines
216 B
Desktop File

# /etc/systemd/system/
[Unit]
Description=Fix for the suspend issue
[Service]
Type=oneshot
ExecStart=/bin/sh -c "echo XHC1 > /proc/acpi/wakeup && echo LID0 > /proc/acpi/wakeup"
[Install]
WantedBy=multi-user.target