Make PID file creating errors fatal

This commit is contained in:
Hennadii Stepanov
2019-02-02 00:40:36 +02:00
parent 745a2ace18
commit 561e375c73
4 changed files with 21 additions and 13 deletions

View File

@@ -86,7 +86,6 @@ void ClearDatadirCache();
fs::path GetConfigFile(const std::string& confPath);
#ifndef WIN32
fs::path GetPidFile();
void CreatePidFile(const fs::path &path, pid_t pid);
#endif
#ifdef WIN32
fs::path GetSpecialFolderPath(int nFolder, bool fCreate = true);