Hush pid
This commit is contained in:
@@ -700,7 +700,7 @@ void ReadConfigFile(map<string, string>& mapSettingsRet,
|
||||
#ifndef _WIN32
|
||||
boost::filesystem::path GetPidFile()
|
||||
{
|
||||
boost::filesystem::path pathPidFile(GetArg("-pid", "komodod.pid"));
|
||||
boost::filesystem::path pathPidFile(GetArg("-pid", "hushd.pid"));
|
||||
if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile;
|
||||
return pathPidFile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user