From fc32523828ed43e55866f08248c2209c2ca1dc41 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 21 Jul 2020 12:13:36 +0200 Subject: [PATCH] committing changes in /etc made by "/usr/bin/apt install --reinstall -o Dpkg::Options::=--force-confmiss systemd" Package changes: --- .etckeeper | 1 + systemd/logind.conf | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 systemd/logind.conf diff --git a/.etckeeper b/.etckeeper index 6d9893b..8d9aa76 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2925,6 +2925,7 @@ maybe chmod 0644 'sysctl.d/README.sysctl' maybe chmod 0755 'systemd' maybe chmod 0644 'systemd/coredump.conf' maybe chmod 0644 'systemd/journald.conf' +maybe chmod 0644 'systemd/logind.conf' maybe chmod 0755 'systemd/network' maybe chmod 0644 'systemd/networkd.conf' maybe chmod 0644 'systemd/pstore.conf' diff --git a/systemd/logind.conf b/systemd/logind.conf new file mode 100644 index 0000000..d380a61 --- /dev/null +++ b/systemd/logind.conf @@ -0,0 +1,37 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. +# +# Entries in this file show the compile time defaults. +# You can change settings by editing this file. +# Defaults can be restored by simply deleting this file. +# +# See logind.conf(5) for details. + +[Login] +#NAutoVTs=6 +#ReserveVT=6 +#KillUserProcesses=no +#KillOnlyUsers= +#KillExcludeUsers=root +#InhibitDelayMaxSec=5 +#HandlePowerKey=poweroff +#HandleSuspendKey=suspend +#HandleHibernateKey=hibernate +#HandleLidSwitch=suspend +#HandleLidSwitchExternalPower=suspend +#HandleLidSwitchDocked=ignore +#PowerKeyIgnoreInhibited=no +#SuspendKeyIgnoreInhibited=no +#HibernateKeyIgnoreInhibited=no +#LidSwitchIgnoreInhibited=yes +#HoldoffTimeoutSec=30s +#IdleAction=ignore +#IdleActionSec=30min +#RuntimeDirectorySize=10% +#RemoveIPC=yes +#InhibitorsMax=8192 +#SessionsMax=8192 -- 2.39.5