File tree Expand file tree Collapse file tree 2 files changed +28
-10
lines changed
Expand file tree Collapse file tree 2 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1616.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1717.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1818.\"
19- .TH "SUDO_LOGSRVD" "@mansectsu@" "September 21 , 2025" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
19+ .TH "SUDO_LOGSRVD" "@mansectsu@" "October 17 , 2025" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
2020.nh
2121.if n .ad l
2222.SH "NAME"
@@ -66,10 +66,6 @@ file or the file specified via the
6666\fB \- f \fR
6767option.
6868.PP
69- \fB sudo_logsrvd \fR
70- rereads its configuration file when it receives SIGHUP and writes server
71- state to the debug file (if one is configured) when it receives SIGUSR1.
72- .PP
7369The options are as follows:
7470.TP 8n
7571\fB \- f \fR \fI file \fR , \fB \- -file \fR =\fI file \fR
@@ -125,6 +121,19 @@ file.
125121For more information on configuring
126122sudo.conf(@mansectform@),
127123refer to its manual.
124+ .SH "SIGNALS"
125+ \fB sudo_logsrvd \fR
126+ responds to the following signals:
127+ .TP 6n
128+ HUP
129+ Reload the configuration file.
130+ The event log file is closed and re-opened if logging to a file
131+ and not syslog.
132+ Active log connections are otherwise unaffected.
133+ .TP 6n
134+ USR1
135+ Dump server state to the debug file (if one is configured).
136+ This includes a list of active client connections.
128137.SH "FILES"
129138.TP 26n
130139\fI @sysconfdir@/sudo.conf \fR
Original file line number Diff line number Diff line change 1515.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1616.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1717.\"
18- .Dd September 21 , 2025
18+ .Dd October 17 , 2025
1919.Dt SUDO_LOGSRVD @mansectsu@
2020.Os Sudo @PACKAGE_VERSION@
2121.Sh NAME
@@ -64,10 +64,6 @@ file or the file specified via the
6464.Fl f
6565option.
6666.Pp
67- .Nm
68- rereads its configuration file when it receives SIGHUP and writes server
69- state to the debug file (if one is configured) when it receives SIGUSR1.
70- .Pp
7167The options are as follows:
7268.Bl -tag -width Ds
7369.It Fl f Ar file , Fl -file Ns = Ns Ar file
@@ -120,6 +116,19 @@ file.
120116For more information on configuring
121117.Xr sudo.conf @mansectform@ ,
122118refer to its manual.
119+ .Sh SIGNALS
120+ .Nm
121+ responds to the following signals:
122+ .Bl -tag -width USR1
123+ .It HUP
124+ Reload the configuration file.
125+ The event log file is closed and re-opened if logging to a file
126+ and not syslog.
127+ Active log connections are otherwise unaffected.
128+ .It USR1
129+ Dump server state to the debug file (if one is configured).
130+ This includes a list of active client connections.
131+ .El
123132.Sh FILES
124133.Bl -tag -width 24n
125134.It Pa @sysconfdir@/sudo.conf
You can’t perform that action at this time.
0 commit comments