use --machine
needed by systemd 220 for machined to see the container as a machine
This commit is contained in:
parent
716633c25f
commit
87a116d5db
|
@ -196,7 +196,7 @@ nspawnService (Container name _ _) cfg = setup <!> teardown
|
||||||
, "--quiet"
|
, "--quiet"
|
||||||
, "--keep-unit"
|
, "--keep-unit"
|
||||||
, "--boot"
|
, "--boot"
|
||||||
, "--directory=/var/lib/container/%i"
|
, "--machine=%i"
|
||||||
] ++ nspawnServiceParams cfg
|
] ++ nspawnServiceParams cfg
|
||||||
| otherwise = l
|
| otherwise = l
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue