diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-24 09:00:19 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-24 09:00:19 +0000 |
commit | 3bda540e3428e7e3a18ee1c54a65c449ca10f35e (patch) | |
tree | 62b5c683705fa30028aa231b0b4620867c494726 /gmid.8 | |
parent | 60b4efa1e2df8b5465deaec5c5493e1b2bf6a6c4 (diff) |
reopen log files upon SIGUSR2
Diffstat (limited to 'gmid.8')
-rw-r--r-- | gmid.8 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -32,7 +32,9 @@ talk to FastCGI applications and act as a gemini reverse proxy. .Pp .Nm rereads the configuration file when it receives -.Dv SIGHUP . +.Dv SIGHUP +and reopens log files when it receives +.Dv SIGUSR1 . .Pp The options are as follows: .Bl -tag -width 14m |