Skip to content

Commit 2f2f62f

Browse files
Merge pull request #505 from mjones-vsat/main
2 parents e91d0e3 + 4eb74e7 commit 2f2f62f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nixos-modules/microvm/virtiofsd/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in
7171
);
7272

7373
in ''
74-
exec ${supervisord} --configuration ${supervisordConfigFile}
74+
exec ${supervisord} --configuration ${supervisordConfigFile} "$@"
7575
'';
7676
};
7777
}

0 commit comments

Comments
 (0)