diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index a46fe4f..0015276 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -196,7 +196,7 @@ nspawnService (Container name _ _) cfg = setup teardown , "--quiet" , "--keep-unit" , "--boot" - , "--directory=/var/lib/container/%i" + , "--machine=%i" ] ++ nspawnServiceParams cfg | otherwise = l