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    
gateway-proxy / lib / systemd / system / gateway-proxy.service
Size: Mime:
[Unit]
Description=Swarm proxy server that can play role of a gateway
Requires=network.target

[Service]
Type=simple
EnvironmentFile=/etc/default/gateway-proxy
WorkingDirectory=/usr/share/gateway-proxy/app
ExecStart=/usr/share/gateway-proxy/app/dist/index.js
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
User=gateway-proxy
PermissionsStartOnly=true
SyslogIdentifier=gateway-proxy

[Install]
WantedBy=multi-user.target