From 3d4199d74355ddb7b7aea099b9bfb42935364366 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 28 Feb 2023 11:22:24 +0100 Subject: [PATCH] bootstrap: Add systemd suspend-then-hibernate configuration --- .../etc/systemd/sleep.conf.d/suspend-then-hibernate.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bootstrap/system-packages/etc/systemd/sleep.conf.d/suspend-then-hibernate.conf diff --git a/bootstrap/system-packages/etc/systemd/sleep.conf.d/suspend-then-hibernate.conf b/bootstrap/system-packages/etc/systemd/sleep.conf.d/suspend-then-hibernate.conf new file mode 100644 index 0000000..eb52a29 --- /dev/null +++ b/bootstrap/system-packages/etc/systemd/sleep.conf.d/suspend-then-hibernate.conf @@ -0,0 +1,3 @@ +[Sleep] +HibernateDelaySec=120min +SuspendEstimationSec=30min