Add suspendSystem
This commit is contained in:
parent
c1821ff38f
commit
a679d51735
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo EHC1 | sudo tee /proc/acpi/wakeup > /dev/null
|
||||||
|
echo EHC2 | sudo tee /proc/acpi/wakeup > /dev/null
|
||||||
|
echo XHC | sudo tee /proc/acpi/wakeup > /dev/null
|
||||||
|
systemctl suspend
|
Loading…
Reference in New Issue