mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-05 14:15:43 +08:00
added setuid and setgid code for daemon code, tidied logging for same
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
#if defined(_WIN32) || defined(_WIN64)
|
#if defined(_WIN32) || defined(_WIN64)
|
||||||
const char* DEFAULT_INI_FILE = "mmdvm.ini";
|
const char* DEFAULT_INI_FILE = "mmdvm.ini";
|
||||||
#else
|
#else
|
||||||
const char* DEFAULT_INI_FILE = "/etc/mmdvm.ini";
|
const char* DEFAULT_INI_FILE = "/etc/MMDVM.ini";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static bool m_killed = false;
|
static bool m_killed = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user