mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-27 04:22:20 +08:00
子进程重启失败时,不应通知守护进程退出,确保子进程重启成功
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class System {
|
||||
public:
|
||||
static std::string execute(const std::string &cmd);
|
||||
static void startDaemon();
|
||||
static void startDaemon(bool &kill_parent_if_failed);
|
||||
static void systemSetup();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user