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

Default to not writing a pidfile unless daemonized #13

Merged
merged 1 commit into from
Apr 2, 2015
Merged

Default to not writing a pidfile unless daemonized #13

merged 1 commit into from
Apr 2, 2015

Conversation

thomasfedb
Copy link
Contributor

Pidfiles are generally only used when you have a daemonized process. In other circumstances they are superfluous and can actually cause issues (e.g. deploying to Heroku with no tmp directory).

This PR enables pidfiles by default only when daemonized, although the pidfile can always be explicity enabled.

plashchynski added a commit that referenced this pull request Apr 2, 2015
Default to not writing a pidfile unless daemonized
@plashchynski plashchynski merged commit 4415211 into plashchynski:master Apr 2, 2015
@plashchynski
Copy link
Owner

@thomasfedb Thank you!

@thomasfedb
Copy link
Contributor Author

✨ Do you know when your next release is going to be?

@plashchynski
Copy link
Owner

@thomasfedb Hopefully on the next week

@plashchynski
Copy link
Owner

@thomasfedb We've released a new version that included this and other fixes

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