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    
unicorn / examples / unicorn.socket
Size: Mime:
# ==> /etc/systemd/system/unicorn.socket <==
[Unit]
Description = unicorn sockets

[Socket]
ListenStream = 127.0.0.1:8080
ListenStream = /tmp/path/to/.unicorn.sock
Service = unicorn@1.service

[Install]
WantedBy = sockets.target