propellor spin

This commit is contained in:
Joey Hess 2014-11-21 12:18:03 -04:00
parent 6a5a1bc761
commit 976afedea3
Failed to extract signature
2 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
meow :: Systemd.Container
meow = Systemd.container "meow" (System (Debian Unstable) "amd64") []
& Apt.serviceInstalledRunning ["fingerd"]
& Apt.serviceInstalledRunning "fingerd"
testChroot :: Chroot.Chroot
testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")

View File

@ -1,6 +1,7 @@
module Propellor.Property.Systemd (
installed,
persistentJournal,
Container,
container,
nspawned,
) where