From 8a86b310630fab17256339fa18f26d8d5c190199 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 5 Nov 2021 22:52:53 -0400 Subject: Inital commit --- airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf (limited to 'airootfs/etc/systemd/logind.conf.d') diff --git a/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf b/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf new file mode 100644 index 0000000..f3ecb39 --- /dev/null +++ b/airootfs/etc/systemd/logind.conf.d/do-not-suspend.conf @@ -0,0 +1,4 @@ +[Login] +HandleSuspendKey=ignore +HandleHibernateKey=ignore +HandleLidSwitch=ignore -- cgit v1.2.3