- Service Files are on Debian in folder: /lib/systemd/system
- add this code to 'PropertyGroup'
create file: dotnet-Project-service.service
systemctl enable dotnet-TABackend-service.service
systemctl start dotnet-TABackend-service.service
systemctl status dotnet-TABackend-service.service
systemctl stop dotnet-TABackend-service.service
dotnet application.dll
- Install Backend 'EXE' file as Windows service by SC/InstalUtil/ utility
- Windows Service utilities and Service control from command Line examples are in 'WinServiceUtilities' folder