This commit is contained in:
Duke Leto
2020-12-06 22:49:09 -05:00
parent 9f319c1cc9
commit 93a94dd9c4
3 changed files with 6 additions and 4 deletions

View File

@@ -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;
}