diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-21 14:17:19 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-21 14:17:19 -0400 |
| commit | cf3a8883ecec79ad8b44be956ae98db3bfa3f42f (patch) | |
| tree | 3dbbf5c8083bd315ba5c056baab81f51b9c6b339 | |
| parent | 7c03f5eea4107ca53b72ed80701c5ca55100e548 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index b2b324f7..da7d8ea7 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") |
