Skip to content

Commit 4eb74e7

Browse files
committed
virtiofsd: pass through args
1 parent e91d0e3 commit 4eb74e7

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)