We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972e6fd commit 56e1b02Copy full SHA for 56e1b02
nixos-modules/microvm/virtiofsd/default.nix
@@ -21,7 +21,8 @@ in
21
"eventlistener:notify" = {
22
command = pkgs.writers.writePython3 "supervisord-event-handler" { } (
23
pkgs.replaceVars ./supervisord-event-handler.py {
24
- virtiofsdCount = builtins.length virtiofsShares;
+ # 1 for the event handler process
25
+ virtiofsdCount = 1 + builtins.length virtiofsShares;
26
}
27
);
28
events = "PROCESS_STATE";
0 commit comments