Microsoft.Extensions.Hosting.Systemd 9.0.0-preview.1.24080.9

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.Extensions.Hosting.Systemd.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Hosting.Systemd --version 9.0.0-preview.1.24080.9
NuGet\Install-Package Microsoft.Extensions.Hosting.Systemd -Version 9.0.0-preview.1.24080.9
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="9.0.0-preview.1.24080.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Hosting.Systemd --version 9.0.0-preview.1.24080.9
#r "nuget: Microsoft.Extensions.Hosting.Systemd, 9.0.0-preview.1.24080.9"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Extensions.Hosting.Systemd as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.Hosting.Systemd&version=9.0.0-preview.1.24080.9&prerelease

// Install Microsoft.Extensions.Hosting.Systemd as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Hosting.Systemd&version=9.0.0-preview.1.24080.9&prerelease

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

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 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (45)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Hosting.Systemd:

Package Downloads
Ahsoka.Core

Package Description

Kephas.Extensions.Hosting The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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。

Infometeos.SystemdHosting

Библиотека для запуска и установки приложений .NET Core как служб systemd под Linux

GitHub repositories (20)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Hosting.Systemd:

Repository Stars
immense/Remotely
A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
DigitalRuby/IPBan
Since 2011, IPBan is the worlds most trusted, free security software to block hackers and botnets. With both Windows and Linux support, IPBan has your dedicated or cloud server protected. Upgrade to IPBan Pro today and get a discount. Learn more at ↓
webprofusion/certify
Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Download from certifytheweb.com
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
Version Downloads Last updated
9.0.0-preview.3.24172.9 187 4/11/2024
9.0.0-preview.2.24128.5 378 3/12/2024
9.0.0-preview.1.24080.9 378 2/13/2024
8.0.0 364,004 11/14/2023
8.0.0-rc.2.23479.6 2,054 10/10/2023
8.0.0-rc.1.23419.4 1,394 9/12/2023
8.0.0-preview.7.23375.6 2,283 8/8/2023
8.0.0-preview.6.23329.7 1,604 7/11/2023
8.0.0-preview.5.23280.8 2,700 6/13/2023
8.0.0-preview.4.23259.5 539 5/16/2023
8.0.0-preview.3.23174.8 738 4/11/2023
8.0.0-preview.2.23128.3 549 3/14/2023
8.0.0-preview.1.23110.8 406 2/21/2023
7.0.0 1,261,972 11/7/2022
7.0.0-rc.2.22472.3 819 10/11/2022
7.0.0-rc.1.22426.10 3,820 9/14/2022
7.0.0-preview.7.22375.6 595 8/9/2022
7.0.0-preview.6.22324.4 1,153 7/12/2022
7.0.0-preview.5.22301.12 1,066 6/14/2022
7.0.0-preview.4.22229.4 516 5/10/2022
7.0.0-preview.3.22175.4 1,171 4/13/2022
7.0.0-preview.2.22152.2 971 3/14/2022
7.0.0-preview.1.22076.8 571 2/17/2022
6.0.2-mauipre.1.22102.15 1,894 2/15/2022
6.0.2-mauipre.1.22054.8 1,631 1/19/2022
6.0.0 1,934,203 11/8/2021
6.0.0-rc.2.21480.5 874 10/12/2021
6.0.0-rc.1.21451.13 1,123 9/14/2021
6.0.0-preview.7.21377.19 2,763 8/10/2021
6.0.0-preview.6.21352.12 815 7/14/2021
6.0.0-preview.5.21301.5 755 6/15/2021
6.0.0-preview.4.21253.7 538 5/24/2021
6.0.0-preview.3.21201.4 6,838 4/8/2021
6.0.0-preview.2.21154.6 3,217 3/11/2021
5.0.1 1,098,111 12/8/2020
5.0.0 135,842 11/9/2020
5.0.0-rc.2.20478.4 734 10/13/2020
5.0.0-rc.1.20451.7 1,999 9/14/2020
5.0.0-preview.8.20407.3 1,102 8/25/2020
5.0.0-preview.7.20365.4 2,525 7/21/2020
5.0.0-preview.6.20306.1 511 6/25/2020
5.0.0-preview.5.20278.3 1,118 6/10/2020
5.0.0-preview.4.20251.2 552 5/18/2020
5.0.0-preview.3.20215.2 412 4/23/2020
5.0.0-preview.2.20160.3 417 4/2/2020
5.0.0-preview.1.20120.4 510 3/16/2020
3.1.32 7,970 12/13/2022
3.1.31 942 11/8/2022
3.1.30 3,226 10/11/2022
3.1.29 4,176 9/13/2022
3.1.28 2,047 8/9/2022
3.1.27 3,259 7/12/2022
3.1.26 2,401 6/14/2022
3.1.25 2,702 5/10/2022
3.1.24 9,542 4/11/2022
3.1.23 3,889 3/8/2022
3.1.22 81,816 12/14/2021
3.1.21 5,184 11/7/2021
3.1.20 5,370 10/11/2021
3.1.19 10,049 9/14/2021
3.1.18 9,628 8/10/2021
3.1.17 9,640 7/13/2021
3.1.16 14,988 6/8/2021
3.1.15 39,645 5/11/2021
3.1.14 18,581 4/6/2021
3.1.13 28,824 3/9/2021
3.1.12 41,398 2/9/2021
3.1.11 11,784 1/12/2021
3.1.10 134,575 11/9/2020
3.1.9 129,273 10/13/2020
3.1.8 124,094 9/8/2020
3.1.7 176,889 8/11/2020
3.1.6 59,295 7/14/2020
3.1.5 228,211 6/9/2020
3.1.4 118,899 5/12/2020
3.1.3 162,255 3/24/2020
3.1.2 176,774 2/18/2020
3.1.1 121,870 1/14/2020
3.1.0 81,773 12/3/2019
3.1.0-preview3.19553.2 685 11/13/2019
3.1.0-preview2.19525.4 380 11/1/2019
3.1.0-preview1.19506.1 751 10/15/2019
3.0.3 1,288 2/18/2020
3.0.2 1,319 1/14/2020
3.0.1 19,274 11/18/2019
3.0.0 95,852 9/23/2019
3.0.0-rc1.19456.10 474 9/16/2019
3.0.0-preview9.19423.4 657 9/4/2019
3.0.0-preview8.19405.4 713 8/13/2019
3.0.0-preview7.19362.4 2,681 7/23/2019