diff options
Diffstat (limited to 'sleepwalk')
| -rwxr-xr-x | sleepwalk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -78,8 +78,7 @@ while : do if can_suspend then - rtcwake -m no -s 600 || : - systemctl suspend + (rtcwake -m no -s 600 && systemctl suspend) || : if can_suspend then |
