Skip to content

Commit

Permalink
Use exec to try and get supervisord to run as pid#1; it's unable to r…
Browse files Browse the repository at this point in the history
…eap zombies atm.
  • Loading branch information
momer committed Jun 24, 2014
1 parent ef05c54 commit 87d8778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
SELENIUM_HUB_PORT=os.environ.get('SELENIUM_HUB_PORT', 4444)))

# Start Supervisord in the foreground.
run_service(['/usr/bin/supervisord', '-n'])
os.execl('/usr/bin/supervisord', '-n')

0 comments on commit 87d8778

Please sign in to comment.