summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
Diffstat (limited to 'joeyconfig.hs')
-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)