propellor spin
This commit is contained in:
parent
6a5a1bc761
commit
976afedea3
|
@ -87,7 +87,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
|
||||||
|
|
||||||
meow :: Systemd.Container
|
meow :: Systemd.Container
|
||||||
meow = Systemd.container "meow" (System (Debian Unstable) "amd64") []
|
meow = Systemd.container "meow" (System (Debian Unstable) "amd64") []
|
||||||
& Apt.serviceInstalledRunning ["fingerd"]
|
& Apt.serviceInstalledRunning "fingerd"
|
||||||
|
|
||||||
testChroot :: Chroot.Chroot
|
testChroot :: Chroot.Chroot
|
||||||
testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")
|
testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
module Propellor.Property.Systemd (
|
module Propellor.Property.Systemd (
|
||||||
installed,
|
installed,
|
||||||
persistentJournal,
|
persistentJournal,
|
||||||
|
Container,
|
||||||
container,
|
container,
|
||||||
nspawned,
|
nspawned,
|
||||||
) where
|
) where
|
||||||
|
|
Loading…
Reference in New Issue