From 2ae485d0aa1e7dc3c0cf2ed39c2afc9b70a6e4fd Mon Sep 17 00:00:00 2001 From: har0ke Date: Thu, 31 Oct 2024 19:18:00 +0100 Subject: [PATCH] Add disable-suspend.conf, but only for manual installation --- etc/systemd/sleep.conf.d/disable-suspend.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/systemd/sleep.conf.d/disable-suspend.conf diff --git a/etc/systemd/sleep.conf.d/disable-suspend.conf b/etc/systemd/sleep.conf.d/disable-suspend.conf new file mode 100644 index 0000000..95b0793 --- /dev/null +++ b/etc/systemd/sleep.conf.d/disable-suspend.conf @@ -0,0 +1,5 @@ +[Sleep] +AllowSuspend=no +AllowHibernation=no +AllowSuspendThenHibernate=no +AllowHybridSleep=no