1
0
mirror of https://github.com/rancher/os.git synced 2025-08-13 20:36:36 +00:00
os/images/02-acpid/suspend.sh

5 lines
78 B
Bash
Raw Normal View History

2016-07-22 06:08:14 +00:00
#!/bin/sh
if [ "$3" = "close" ]; then
echo -n "mem" > /sys/power/state
fi