Skip to content

Commit

Permalink
Set microvm hostname as process name in runner
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deaddict committed Feb 2, 2024
1 parent 186b8bf commit 967216a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/runner.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
${createVolumesScript pkgs.buildPackages microvmConfig.volumes}
${lib.optionalString (hypervisorConfig.requiresMacvtapAsFds or false) openMacvtapFds}
exec ${command}
exec -a "microvm-${microvmConfig.hostName}" ${command}
'';

shutdownScriptBin = pkgs.buildPackages.writeScriptBin "microvm-shutdown" ''
Expand Down

0 comments on commit 967216a

Please sign in to comment.