From cf3a8883ecec79ad8b44be956ae98db3bfa3f42f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Nov 2014 14:17:19 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index b2b324f..da7d8ea 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -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 "uptimed" testChroot :: Chroot.Chroot testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64")