1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/images/02-acpid/suspend.sh

5 lines
78 B
Bash
Raw Normal View History

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