Changeset - 37de8a97187c
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-05-10 01:13:52
branko@majic.rs
MAR-5: Updated WSGI webserver role to have the website service running with correct umask.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
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
0 comments (0 inline, 0 general)