From 5fb1530771ed5680f9db6f3295bee181848ea441 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Mon, 16 Sep 2024 20:07:49 +0200 Subject: [PATCH] typo #50 --- BaseCommon/Daemon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseCommon/Daemon.cpp b/BaseCommon/Daemon.cpp index 4c4b193..8baf525 100644 --- a/BaseCommon/Daemon.cpp +++ b/BaseCommon/Daemon.cpp @@ -113,7 +113,7 @@ DAEMONIZE_RESULT CDaemon::daemonise(const std::string& pidFile, const std::strin #ifdef DOUBLE_FORK // Fork off for the second time. Some litterature says it is best to fork 2 times so that the process never can open a terminal. - // However it messes up systemd, event when unit is set as forking + // However it messes up systemd, even when unit is set as forking pid = fork(); // An error occurred