From 6241a16772649d3b918085ec4f113665fcf53459 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 1 Jun 2015 22:07:05 -0400 Subject: [PATCH] propellor spin --- src/Propellor/Property/Systemd.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 0015276..055c02e 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -196,6 +196,7 @@ nspawnService (Container name _ _) cfg = setup teardown , "--quiet" , "--keep-unit" , "--boot" + , "--directory=" ++ containerDir name , "--machine=%i" ] ++ nspawnServiceParams cfg | otherwise = l