File diff 981584549895 → 37de8a97187c
roles/wsgi_website/templates/systemd_wsgi_website.service.j2
Show inline comments
 
@@ -12,6 +12,7 @@ ExecStart={{ home }}/virtualenv/bin/gunicorn --bind unix:/run/wsgi/{{ fqdn }}.so
 
ExecReload=/bin/kill -s HUP $MAINPID
 
ExecStop=/bin/kill -s TERM $MAINPID
 
PrivateTmp=true
 
UMask=0007
 

	
 
[Install]
 
WantedBy=multi-user.target
 
\ No newline at end of file