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" (System (Debian Unstable) "amd64") []
|
||||
& Apt.serviceInstalledRunning ["fingerd"]
|
||||
& Apt.serviceInstalledRunning "fingerd"
|
||||
|
||||
testChroot :: Chroot.Chroot
|
||||
testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
module Propellor.Property.Systemd (
|
||||
installed,
|
||||
persistentJournal,
|
||||
Container,
|
||||
container,
|
||||
nspawned,
|
||||
) where
|
||||
|
|
Loading…
Reference in New Issue