[Unit] Description=QuaLiX-TollXpertDBSynchronization [Service] WorkingDirectory=/home/qualixadmin/app/tollxpertservices/TollXpertDBSynchronization ExecStart=/usr/bin/dotnet /home/qualixadmin/app/tollxpertservices/TollXpertDBSynchronization/qualix-data-synch.dll Restart=always # Restart service after 10 seconds if the dotnet service crashes: RestartSec=10 KillSignal=SIGINT SyslogIdentifier=Qualix-TollXpertDBSynchronization-log User=root Environment=ASPNETCORE_ENVIRONMENT=Development Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false # How many seconds to wait for the app to shut down after it receives the initial interrupt signal. # If the app doesn't shut down in this period, SIGKILL is issued to terminate the app. # The default timeout for most distributions is 90 seconds. TimeoutStopSec=90 [Install] WantedBy=multi-user.target