From 8a91036536245ac54ccde2fb27f970359fdd8920 Mon Sep 17 00:00:00 2001 From: humm3r1 <6620937+humm3r1@users.noreply.github.com> Date: Fri, 14 Jun 2019 09:39:45 -0400 Subject: [PATCH] Update diskslaw_power_management.py --- diskslaw/diskslaw_power_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diskslaw/diskslaw_power_management.py b/diskslaw/diskslaw_power_management.py index 7d209e5..f7c9477 100644 --- a/diskslaw/diskslaw_power_management.py +++ b/diskslaw/diskslaw_power_management.py @@ -6,5 +6,5 @@ def disable_terminal_blanking(): #Wrapper around pm-suspend to put computer to sleep def suspend_computer(): - proc = Popen(['rtcwake -s 5']) + proc = Popen(['rtcwake -s 5 -m disk']) proc.communicate()