update readme
This commit is contained in:
parent
f5a4df3bb3
commit
5a6e145e15
1 changed files with 3 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue