Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added daemonization capability using supervisord #18

Merged
merged 3 commits into from
Nov 7, 2016
Merged

Conversation

timcnicholls
Copy link
Collaborator

Instead of dealing with the (complex) requirements of daemonising the odin server process programmatically, went instead with the wider recommendation to do this using supervisord. This can easily be installed either with pip or as a system package on most distros. Provided the appropriate configuration scripts as an example and copies of the Debian and RH (CentOS etc) init scripts in case of installation using pip.

@coveralls
Copy link

coveralls commented Nov 7, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 48bd5ca on daemonize into e52c725 on master.

@timcnicholls timcnicholls merged commit 9430141 into master Nov 7, 2016
@timcnicholls timcnicholls deleted the daemonize branch November 7, 2016 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants