From 60a1fc20c8bd9bbaf9638d4f1f750f48bae618b7 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Thu, 3 Dec 2020 06:24:25 +0100 Subject: [PATCH] Update default values --- etc/systemd/logind.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/systemd/logind.conf b/etc/systemd/logind.conf index aaeb72b..850b392 100644 --- a/etc/systemd/logind.conf +++ b/etc/systemd/logind.conf @@ -18,16 +18,19 @@ #KillOnlyUsers= #KillExcludeUsers=root #InhibitDelayMaxSec=5 +#UserStopDelaySec=10 HandlePowerKey=ignore #HandleSuspendKey=suspend #HandleHibernateKey=hibernate #HandleLidSwitch=suspend #HandleLidSwitchExternalPower=suspend #HandleLidSwitchDocked=ignore +#HandleRebootKey=reboot #PowerKeyIgnoreInhibited=no #SuspendKeyIgnoreInhibited=no #HibernateKeyIgnoreInhibited=no #LidSwitchIgnoreInhibited=yes +#RebootKeyIgnoreInhibited=no #HoldoffTimeoutSec=30s #IdleAction=ignore #IdleActionSec=30min