Sha256: 5d33ad3f711a5fa7903c5a885eb098983ee9e8934de431c2c358b6a71adda49f

Contents?: true

Size: 231 Bytes

Versions: 5

Compression:

Stored size: 231 Bytes

Contents

[Unit]
Description=Unicorn Server

[Service]
Type=forking
PIDFile=<%= unicorn_pidfile %>
ExecStart=<%= unicorn_script %> start
ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill -QUIT $MAINPID

[Install]
WantedBy=default.target

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capper-2.0.0.rc2 lib/capper/templates/unicorn.service.erb
capper-2.0.0.rc1 lib/capper/templates/unicorn.service.erb
capper-2.0.0.pre3 lib/capper/templates/unicorn.service.erb
capper-2.0.0.pre2 lib/capper/templates/unicorn.service.erb
capper-2.0.0.pre1 lib/capper/templates/unicorn.service.erb