summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2016-05-29 15:03:29 -0400
committerJoey Hess2016-05-29 15:03:29 -0400
commit44de63e0cfbfda89035c47a71c785f52f72aa6ad (patch)
tree9f4415dc8fdfa7660e2de321cf2dd5624e00c464 /joeyconfig.hs
parent55fc89ab22fc47b7a8bedff7c303e93348024bf1 (diff)
parenta52f7a546def6685be8dba5d7145b1f50aaa35d2 (diff)
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 20103e61..98c565c5 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -564,6 +564,9 @@ 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)