Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
2622b117
Commit
2622b117
authored
Oct 23, 2013
by
Dimitris Aragiorgis
Browse files
deploy: chown root.www-data /var/log/gunicorn
Signed-off-by:
Dimitris Aragiorgis
<
dimara@grnet.gr
>
parent
c82d1bb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-deploy/snfdeploy/fabfile.py
View file @
2622b117
...
...
@@ -434,6 +434,7 @@ def restart_services():
def
setup_gunicorn
():
debug
(
env
.
host
,
" * Setting up gunicorn..."
)
install_package
(
"gunicorn"
)
try_run
(
"chown root.www-data /var/log/gunicorn"
)
tmpl
=
"/etc/gunicorn.d/synnefo"
replace
=
{}
custom
=
customize_settings_from_tmpl
(
tmpl
,
replace
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment