summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-06-05 16:24:47 -0400
committerJoey Hess2014-06-05 16:24:47 -0400
commit1cf1e21532e72a6f53cad576d7e97058994d39db (patch)
tree490910f8ecf54c3e99b1e23a7b8804e2b3bf793e /config-joey.hs
parent3834181f628dd8cc1677b74baaa48e2c2b30b576 (diff)
remove sysvinit by installing systemd
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 03e1f272..3b4e57d6 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -272,7 +272,7 @@ standardContainer :: Docker.ContainerName -> DebianSuite -> Architecture -> Host
standardContainer name suite arch = Docker.container name (dockerImage system)
& os (System (Debian suite) arch)
& Apt.stdSourcesList suite
- & Apt.removed ["sysvinit", "systemd"]
+ & Apt.installed ["systemd"]
& Apt.unattendedUpgrades
& Apt.cacheCleaned
where