关于[Running .NET Core Applications as a Linux Service]的摘要:
In this article, we are going to learn how to run a .NET application as a Linux service. Linux operating system contains a service manager called Systemd. The Systemd acts as an initialization system and controls what programs and services run when the system boots up. While working with Linux, we can make use of Systemd to manage our services.
原文地址: https://code-maze.com/aspnetcore-running-applications-as-linux-service/