Sha256: cd9768310b33d657e22c45982047665158811254fc8f558f0f9551711a428172

Contents?: true

Size: 225 Bytes

Versions: 5

Compression:

Stored size: 225 Bytes

Contents

[Unit]
Description=UWSGi Server

[Service]
Type=forking
PIDFile=<%= uwsgi_pidfile %>
ExecStart=<%= uwsgi_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/uwsgi.service.erb
capper-2.0.0.rc1 lib/capper/templates/uwsgi.service.erb
capper-2.0.0.pre3 lib/capper/templates/uwsgi.service.erb
capper-2.0.0.pre2 lib/capper/templates/uwsgi.service.erb
capper-2.0.0.pre1 lib/capper/templates/uwsgi.service.erb