diff --git a/notes b/notes index b8cbd8b..7445a05 100644 --- a/notes +++ b/notes @@ -16,4 +16,10 @@ $Profit //empty publish folder then... dotnet publish -c Release -o ./../publish/ -copy up to server, then to restart the service do this: +copy up to server +.NET Core apps: /var/aspnetcore + +, then to restart the service do this: +systemctl status kestrel-contact.service +systemctl start kestrel-contact.service +systemctl stop kestrel-contact.service \ No newline at end of file