forked from mirrors/nixpkgs
systemd-nspawn: add NotifyRead fixup
This commit is contained in:
parent
4698012c52
commit
6fae5631b2
|
@ -19,7 +19,7 @@ let
|
|||
(assertValueOneOf "Boot" boolValues)
|
||||
(assertValueOneOf "ProcessTwo" boolValues)
|
||||
(assertValueOneOf "PrivateUsers" (boolValues ++ [ "pick" ]))
|
||||
(assertValueOneOf "NotifyReady")
|
||||
(assertValueOneOf "NotifyReady" boolValues)
|
||||
];
|
||||
|
||||
checkFiles = checkUnitConfig "Files" [
|
||||
|
|
Loading…
Reference in a new issue