update readme

This commit is contained in:
Aliberk Sandıkçı 2023-07-26 11:31:34 +03:00
parent f5a4df3bb3
commit 5a6e145e15
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 3 additions and 1 deletions

View File

@ -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
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