Skip to content

Commit 55bcafe

Browse files
authored
cloud-hypervisor: properly advertise support for systemd-notify (#396)
1 parent 9694139 commit 55bcafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runners/cloud-hypervisor.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ let
139139
else
140140
lib.concatStringsSep "," (oemStringOptions ++ userPlatformOpts);
141141
in {
142-
inherit tapMultiQueue;
142+
inherit tapMultiQueue supportsNotifySocket;
143143

144144
preStart = ''
145145
${microvmConfig.preStart}

0 commit comments

Comments
 (0)