From 5a6e145e15f962e5339136f0472a2c8cf4676af9 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 26 Jul 2023 11:31:34 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ca433..b465797 100644 --- a/README.md +++ b/README.md @@ -62,4 +62,6 @@ You will see that our process is now a member of the foreground process group `S Now return to the terminal where you are running your application (./test) and press **Enter** to invoke the **_daemon** function. Then look at the process information on the other terminal again. -First of all, you can say that the new subprocess is running in the **background** since you do not see the **+** character in the **STAT** field. You can now see that the parent process of your process is the systemd process \ No newline at end of file +First of all, you can say that the new subprocess is running in the **background** since you do not see the **+** character in the **STAT** field. You can now see that the parent process of your process is the systemd process (or other init in use) + +I'm too lazy to continue this readme(about c-daemon). just continue in [original website](https://www.makeuseof.com/create-daemons-on-linux/) or just review last versions of c files \ No newline at end of file