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"
|
||||
, "--keep-unit"
|
||||
, "--boot"
|
||||
, "--directory=/var/lib/container/%i"
|
||||
, "--machine=%i"
|
||||
] ++ nspawnServiceParams cfg
|
||||
| otherwise = l
|
||||
|
||||
|
|
Loading…
Reference in New Issue