Commit d1bd1b3a authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

runner: include 'git' into the path for runner

parent c54c9fdc
......@@ -337,7 +337,7 @@ path_pid = $${directory:run}/gunicorn.pid
recipe = slapos.cookbook:wrapper
command-line = $${gunicorn:bin_gunicorn} slapos.runner:app -p $${gunicorn:path_pid} -b unix:$${gunicorn:socket} -e RUNNER_CONFIG=$${slaprunner:slapos.cfg} --preload
wrapper-path = $${gunicorn:bin_launcher}
environment = PATH=$${environ:PATH}
environment = PATH=$${environ:PATH}:${git:location}/bin/
RUNNER_CONFIG=$${slaprunner:slapos.cfg}
[gunicorn-graceful]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment