propellor spin
This commit is contained in:
parent
627e92f9c9
commit
1687f4d771
|
@ -153,8 +153,7 @@ standardSystem suite = propertyList "standard system" $ props
|
||||||
`onChange` Apt.autoRemove
|
`onChange` Apt.autoRemove
|
||||||
|
|
||||||
withSystemd :: [Property] -> [Property]
|
withSystemd :: [Property] -> [Property]
|
||||||
withSystemd props = props ++
|
withSystemd ps = ps ++ [Apt.installed ["systemd-sysv"] `onChange` Reboot.now]
|
||||||
[Apt.installed ["systemd-sysv"] `onChange` Reboot.now]
|
|
||||||
|
|
||||||
-- This is my standard container setup, featuring automatic upgrades.
|
-- This is my standard container setup, featuring automatic upgrades.
|
||||||
standardContainer :: DebianSuite -> Architecture -> [Docker.Containerized Property] -> Docker.Container
|
standardContainer :: DebianSuite -> Architecture -> [Docker.Containerized Property] -> Docker.Container
|
||||||
|
|
Loading…
Reference in New Issue