Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
cinergygateway-web / etc / systemd / system / cinergygateway-web.service
Size: Mime:
[Unit]
Description=A web interface for configuration the network settings of the Cinergy Appliance.

[Service]
WorkingDirectory=/opt/cinergygateway-web/bin/
ExecStart=/usr/bin/dotnet /opt/cinergygateway-web/bin/Dcip.Gateway.Configuration.UI.dll
Restart=always
RestartSec=10 # Restart service after 10 seconds if dotnet service crashes
SyslogIdentifier=cg-gateway
User=root
Environment=ASPNETCORE_ENVIRONMENT=Production
Environment=DOTNET_PRINT_TELEMETRY_MESSAGE=false

[Install]
WantedBy=multi-user.target