pull/11542/merge
rektide 3 weeks ago committed by GitHub
commit 6028c3f103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -84,6 +84,9 @@ public static class WebHostBuilderExtensions
options.ListenUnixSocket(socketPath);
logger.LogInformation("Kestrel listening to unix socket {SocketPath}", socketPath);
}
// look for LISTEN_FDS and listen on those sockets
KestrelServerOptionsSystemdExtensions.UseSystemd(options);
})
.UseStartup(context => new Startup(appHost, context.Configuration));
}

Loading…
Cancel
Save