“ASP.NET Core Linux Systemd” Kod odpowiedzi

ASP.NET Core Linux Systemd

sudo systemctl enable AspNetSite
code fighter

ASP.NET Core Linux Systemd

sudo journalctl -u AspNetSite #query all output, oldest to newest
sudo journalctl -u AspNetSite -f #query all output and follow live
sudo journalctl -u AspNetSite -r #query all output, newest to oldest
sudo journalctl -u AspNetSite --since="2020-01-17 11:00:00" --until="2020-01-17 11:15:00" #filter by time
code fighter

ASP.NET Core Linux Systemd

sudo cp AspNetSite.service /etc/systemd/system/AspNetSite.service
sudo systemctl daemon-reload
code fighter

ASP.NET Core Linux Systemd

dotnet add package Microsoft.Extensions.Hosting.Systemd --version 3.1.1
code fighter

Odpowiedzi podobne do “ASP.NET Core Linux Systemd”

Pytania podobne do “ASP.NET Core Linux Systemd”

Więcej pokrewnych odpowiedzi na “ASP.NET Core Linux Systemd” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu