Server as a service in GCP AO
There is introduction how to create server run as a service.
This is an example which works (ATMainServer)
New-service -Name AT_TIP_AttracsMainServer -Displayname AT_TIP_AttracsMainServer -Description "AT_TIP_AttracsMainServer: Ahola Transport TIP Main Server" -Startup Automatic -BinaryPathName "C:\attracsroot\AholaTransport\TIP\Server\AttracsServer.exe /inifile:`"C:\attracsroot\AholaTransport\TIP\Configs\AholaTransport\Server\AT_TIP_AttracsMainServer.ini`" /LogTo:`"C:\attracsroot\AholaTransport\TIP\Log\Server\MainServer`" /Service:AT_TIP_AttracsMainServer" -Credential "svc_attracs_service@online.aholadigital.com"
How-to deploy ID & OSS Services:
cmd/powershell >> cd/path to executable/attracsservice.exe /install , /uninstall