From e0aefba54b4c0249d7fb1dffd55991aac2a1bf47 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 21 Jul 2020 12:13:24 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 - systemd/logind.conf | 37 ------------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 systemd/logind.conf diff --git a/.etckeeper b/.etckeeper index 8d9aa76..6d9893b 100755 --- a/.etckeeper +++ b/.etckeeper @@ -2925,7 +2925,6 @@ 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 deleted file mode 100644 index d380a61..0000000 --- a/systemd/logind.conf +++ /dev/null @@ -1,37 +0,0 @@ -# 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