Microsoft.Extensions.Hosting.Systemd
9.0.2
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Hosting.Systemd --version 9.0.2
NuGet\Install-Package Microsoft.Extensions.Hosting.Systemd -Version 9.0.2
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="9.0.2" />
paket add Microsoft.Extensions.Hosting.Systemd --version 9.0.2
#r "nuget: Microsoft.Extensions.Hosting.Systemd, 9.0.2"
// Install Microsoft.Extensions.Hosting.Systemd as a Cake Addin #addin nuget:?package=Microsoft.Extensions.Hosting.Systemd&version=9.0.2 // Install Microsoft.Extensions.Hosting.Systemd as a Cake Tool #tool nuget:?package=Microsoft.Extensions.Hosting.Systemd&version=9.0.2
About
Provides an implementation for hosting an application as a Linux systemd service.
The package ensures proper communication between .NET applications and systemd, making it easier to build, deploy, and run applications as Linux services.
Key Features
- Systemd service integration
- Health check support
- Logging and diagnostics with different log levels
- Notify systemd on application state changes
How to Use
Wherever you configure your host, add the UseSystemd
method to the builder chain:
public static IHostBuilder CreateHostBuilder(string[] args) =>
Host.CreateDefaultBuilder(args)
.UseSystemd() // Enable running as a Systemd service
.ConfigureServices((hostContext, services) =>
{
...
});
The UseSystemd
method will no-op when not running as a daemon, allowing normal debugging or production use both with and without systemd.
Registering the service requires a special file, called a unit file, to be added to the /etc/systemd/system
directory.
For more information on this part, check the run your app as a Linux service with systemd guide.
Main Types
The main types provided by this library are:
Microsoft.Extensions.Hosting.Systemd.SystemdNotifier
Microsoft.Extensions.Hosting.Systemd.SystemdLifetime
Microsoft.Extensions.Hosting.SystemdHostBuilderExtensions
Additional Documentation
Related Packages
Feedback & Contributing
Microsoft.Extensions.Hosting.Systemd is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Hosting (>= 9.0.2)
-
net8.0
- Microsoft.Extensions.Hosting (>= 9.0.2)
-
net9.0
- Microsoft.Extensions.Hosting (>= 9.0.2)
NuGet packages (49)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Hosting.Systemd:
Package | Downloads |
---|---|
Ahsoka.Core
Package Description |
|
Kephas.Extensions.Hosting
Provides the integration of Kephas Framework with Microsoft.Extensions.Hosting. Typically used areas and classes/interfaces/services: - BackgroundWorker, WorkerAppBase. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems. |
|
FFCEI.Microservices
A free library for ASP.NET Core 6+ Microservices development, with Model, Model Repository, Entity Framework Core and common Web Api features like CORS, Json serialization fixes, Swagger generation, JWT Authentication for simple and objective microservices development |
|
MeiChen.WebApi.Kernel
快速构建一个标准化的webapi应用。 Quickly build a standard webapi application。 |
|
Carbon.Kit.Hosting
Provides feature to support hosting Carbon runtimes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
10.0.0-preview.1.25080.5 | 465 | 2/25/2025 | |
9.0.2 | 32,647 | 2/11/2025 | |
9.0.1 | 51,670 | 1/14/2025 | |
9.0.0 | 87,393 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 1,975 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 962 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 1,041 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 622 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 417 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 5,032 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 686 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 487 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 500 | 2/13/2024 | |
8.0.1 | 431,627 | 10/8/2024 | |
8.0.0 | 1,590,877 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 2,194 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 1,507 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 2,353 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 1,677 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 3,061 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 1,077 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 1,148 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 614 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 491 | 2/21/2023 | |
7.0.0 | 2,106,659 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 920 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 3,902 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 679 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 1,237 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 1,131 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 609 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 1,258 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 1,050 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 681 | 2/17/2022 | |
6.0.1 | 4,010 | 11/12/2024 | |
6.0.0 | 2,372,861 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 947 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 1,210 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 3,022 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 933 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 843 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 618 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 9,413 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 3,549 | 3/11/2021 | |
5.0.1 | 1,171,439 | 12/8/2020 | |
5.0.0 | 154,144 | 11/9/2020 | |
5.0.0-rc.2.20478.4 | 800 | 10/13/2020 | |
5.0.0-rc.1.20451.7 | 2,070 | 9/14/2020 | |
5.0.0-preview.8.20407.3 | 1,219 | 8/25/2020 | |
5.0.0-preview.7.20365.4 | 2,586 | 7/21/2020 | |
5.0.0-preview.6.20306.1 | 581 | 6/25/2020 | |
5.0.0-preview.5.20278.3 | 1,180 | 6/10/2020 | |
5.0.0-preview.4.20251.2 | 614 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 465 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 473 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 566 | 3/16/2020 | |
3.1.32 | 15,307 | 12/13/2022 | |
3.1.31 | 1,078 | 11/8/2022 | |
3.1.30 | 4,792 | 10/11/2022 | |
3.1.29 | 4,277 | 9/13/2022 | |
3.1.28 | 2,167 | 8/9/2022 | |
3.1.27 | 3,414 | 7/12/2022 | |
3.1.26 | 2,517 | 6/14/2022 | |
3.1.25 | 3,011 | 5/10/2022 | |
3.1.24 | 10,834 | 4/11/2022 | |
3.1.23 | 4,040 | 3/8/2022 | |
3.1.22 | 128,867 | 12/14/2021 | |
3.1.21 | 5,784 | 11/7/2021 | |
3.1.20 | 5,605 | 10/11/2021 | |
3.1.19 | 10,466 | 9/14/2021 | |
3.1.18 | 10,734 | 8/10/2021 | |
3.1.17 | 10,185 | 7/13/2021 | |
3.1.16 | 18,678 | 6/8/2021 | |
3.1.15 | 40,859 | 5/11/2021 | |
3.1.14 | 20,370 | 4/6/2021 | |
3.1.13 | 31,150 | 3/9/2021 | |
3.1.12 | 44,065 | 2/9/2021 | |
3.1.11 | 12,100 | 1/12/2021 | |
3.1.10 | 141,172 | 11/9/2020 | |
3.1.9 | 136,854 | 10/13/2020 | |
3.1.8 | 129,307 | 9/8/2020 | |
3.1.7 | 192,634 | 8/11/2020 | |
3.1.6 | 80,808 | 7/14/2020 | |
3.1.5 | 247,269 | 6/9/2020 | |
3.1.4 | 124,596 | 5/12/2020 | |
3.1.3 | 180,500 | 3/24/2020 | |
3.1.2 | 189,710 | 2/18/2020 | |
3.1.1 | 131,063 | 1/14/2020 | |
3.1.0 | 86,948 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 763 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 437 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 817 | 10/15/2019 | |
3.0.3 | 1,415 | 2/18/2020 | |
3.0.2 | 1,422 | 1/14/2020 | |
3.0.1 | 20,986 | 11/18/2019 | |
3.0.0 | 100,928 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 529 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 720 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 786 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 3,014 | 7/23/2019 |