SystemdHostBuilderExtensions.UseSystemd(IHostBuilder) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configures the IHost lifetime to SystemdLifetime, provides notification messages for application started and stopping, and configures console logging to the systemd format.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Hosting::IHostBuilder ^ UseSystemd(Microsoft::Extensions::Hosting::IHostBuilder ^ hostBuilder);
public static Microsoft.Extensions.Hosting.IHostBuilder UseSystemd(this Microsoft.Extensions.Hosting.IHostBuilder hostBuilder);
static member UseSystemd : Microsoft.Extensions.Hosting.IHostBuilder -> Microsoft.Extensions.Hosting.IHostBuilder
<Extension()>
Public Function UseSystemd (hostBuilder As IHostBuilder) As IHostBuilder
- hostBuilder
- IHostBuilder
The IHostBuilder to configure.
The hostBuilder
instance for chaining.
This is context aware and will only activate if it detects the process is running as a systemd Service.
The systemd service file must be configured with Type=notify
to enable notifications. See https://www.freedesktop.org/software/systemd/man/systemd.service.html.
Product | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Standard | 2.1 (package-provided) |
.NET feedback
.NET is an open source project. Select a link to provide feedback: