summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 00:17:39 -0400
committerJoey Hess2014-04-10 00:17:39 -0400
commit1687f4d771c9be7e1f11d34c0f1f274aef4a927c (patch)
tree542804102e882bd7a35cc99769021c57012b9707 /config-joey.hs
parent627e92f9c93faa78cad2762d62d0c1f1b820cab0 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index d233192d..a98ed72d 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -153,8 +153,7 @@ standardSystem suite = propertyList "standard system" $ props
`onChange` Apt.autoRemove
withSystemd :: [Property] -> [Property]
-withSystemd props = props ++
- [Apt.installed ["systemd-sysv"] `onChange` Reboot.now]
+withSystemd ps = ps ++ [Apt.installed ["systemd-sysv"] `onChange` Reboot.now]
-- This is my standard container setup, featuring automatic upgrades.
standardContainer :: DebianSuite -> Architecture -> [Docker.Containerized Property] -> Docker.Container