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

no pid-file created #4

Closed
niko opened this issue Jul 8, 2011 · 1 comment
Closed

no pid-file created #4

niko opened this issue Jul 8, 2011 · 1 comment

Comments

@niko
Copy link

niko commented Jul 8, 2011

No pid-file is created on startup. I guess line 24 should be:

File.open(pid, "w") { |f| f.write(Process.pid.to_s) } if pid
@DAddYE
Copy link
Owner

DAddYE commented Jul 8, 2011

Thanks for reporting that, fixed d239299 I will make a new release soon.

@DAddYE DAddYE closed this as completed Jul 8, 2011
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

No branches or pull requests

2 participants