1
0
mirror of https://github.com/rancher/os.git synced 2025-08-02 07:24:28 +00:00
os/images/02-acpid/suspend.sh
2016-08-16 21:19:55 -07:00

5 lines
78 B
Bash
Executable File

#!/bin/sh
if [ "$3" = "close" ]; then
echo -n "mem" > /sys/power/state
fi