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