summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-07-11 14:16:50 -0400
committerJoey Hess2018-07-11 14:16:50 -0400
commit367ad8e8bc185acb4e06f9365416fb02e91b9953 (patch)
tree467f6c32b66ff8c98e6a23f1bc7dde081e60d454
parent740a14c89c63dbfeca74b0867008067fcc764799 (diff)
systemd no longer defaults to KillUserProcesses=yes
-rw-r--r--joeyconfig.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 1ebb1452..a4e7918a 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -576,9 +576,6 @@ standardSystemUnhardened suite arch motd = propertyList "standard system" $ prop
-- I use postfix, or no MTA.
& Apt.removed ["exim4", "exim4-daemon-light", "exim4-config", "exim4-base"]
`onChange` Apt.autoRemove
- -- At least until system integration catches up, revert
- -- systemd 230's behavior of enabling this property by default.
- ! Systemd.killUserProcesses
-- This is my standard container setup, Featuring automatic upgrades.
standardContainer :: DebianSuite -> Property (HasInfo + Debian)