lib/capper/templates/uwsgi.service.erb in capper-2.0.0.rc2 vs lib/capper/templates/uwsgi.service.erb in capper-2.0.0.rc3

- old
+ new

@@ -5,8 +5,9 @@ Type=forking PIDFile=<%= uwsgi_pidfile %> ExecStart=<%= uwsgi_script %> start ExecReload=/bin/kill -HUP $MAINPID ExecStop=/bin/kill -QUIT $MAINPID +Restart=always [Install] WantedBy=default.target