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    
etherproxy / lib / systemd / system / etherproxy.service
Size: Mime:
[Unit]
Description=JSON-RPC reverse proxy tool designed for caching requests
Requires=network.target

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

[Install]
WantedBy=multi-user.target