Setup log file when manually starting daemon

This commit is contained in:
topjohnwu
2020-12-04 01:07:47 -08:00
parent ab207a1bb3
commit dead74801d
3 changed files with 12 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
// Daemon command codes
enum {
DO_NOTHING = 0,
START_DAEMON,
SUPERUSER,
CHECK_VERSION,
CHECK_VERSION_CODE,
@@ -19,6 +19,7 @@ enum {
SQLITE_CMD,
REMOVE_MODULES,
GET_PATH,
DAEMON_CODE_END,
};
// Return codes for daemon