diff options
author | Anna “CyberTailor” <cyber@sysrq.in> | 2021-07-29 09:13:43 +0500 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-29 09:31:09 +0200 |
commit | e58a447a28a416ee719a9e457bfc8160a9b0e771 (patch) | |
tree | c1fe9c9492c40cf396e73ec1656ef3e2f378fe1f /README.md | |
parent | 2887c631eed2e8f3fc64e454a8a036bc34e24742 (diff) |
gmid.1: document logging
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ gmid is composed by four processes: the parent process, the logger, the listener and the executor. The parent process is the only one that doesn't drop privileges, but all it does is to wait for a SIGHUP to reload the configuration and spawn a new generation of children -process. The logger processes gather the logs and prints 'em to +process. The logger process gathers the logs and prints 'em to stderr or syslog (for the time being.) The listener process is the only one that needs internet access and is sandboxed by default. The executor process exists only to fork and execute CGI scripts, and |