pidfile
pidfile copied to clipboard
Fix PidFile.pid to use the default pidfile path.
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.