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

don't clobber pidfile of already-running daemon #21

Merged
merged 1 commit into from
Mar 19, 2018

Conversation

wfraser
Copy link
Contributor

@wfraser wfraser commented Dec 8, 2017

Removes usage of file stream functions: replaces uses of fopen with
open, which lets you open for writing without automatically truncating
or positioning the cursor at the end of the file.

Fixes https://github.com/knsd/daemonize/issues/20

Removes usage of file stream functions: replaces uses of `fopen` with
`open`, which lets you open for writing without automatically truncating
or positioning the cursor at the end of the file.

Fixes https://github.com/knsd/daemonize/issues/20
@knsd
Copy link
Owner

knsd commented Mar 19, 2018

Thanks!

@knsd knsd closed this Mar 19, 2018
@knsd knsd reopened this Mar 19, 2018
@knsd knsd merged commit 52da986 into knsd:master Mar 19, 2018
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