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

Fix runit container template #224

Closed
wants to merge 1 commit into from
Closed

Conversation

waisbrot
Copy link

The current template tries to run two successive lines with exec. But since exec causes the current process to be replaced, the second line is never run. This causes runit to always report that the container service is down and to continually try to restart it.

Just remove the first exec to fix.

@waisbrot
Copy link
Author

These test failures do not appear related to this pull request.

@tduffield
Copy link
Contributor

Nice catch. I am going to cherry-pick this commit into the 0.35-stable branch for the next patch release.

@tduffield
Copy link
Contributor

Merged bc5507d

@tduffield tduffield closed this Nov 4, 2014
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.

2 participants