diff --git a/suspend-fix.service b/suspend-fix.service new file mode 100644 index 0000000..ef7081e --- /dev/null +++ b/suspend-fix.service @@ -0,0 +1,10 @@ +# /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