pidfile icon indicating copy to clipboard operation
pidfile copied to clipboard

Fix PidFile.pid to use the default pidfile path.

Open paulleader opened this issue 10 years ago • 0 comments

If a path is not passed to PidFile.pid then use the default pidfile path.

Without this PidFile.pid fails as it attempts to read from a nil file path.

paulleader avatar Feb 25 '15 22:02 paulleader