aboutsummaryrefslogtreecommitdiff
path: root/dhcp6s.8
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-07-29 01:42:09 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-07-29 01:42:09 +0000
commit0f9655313ebb4d789165c167262d8becba6e5d01 (patch)
tree7a8f3fad456b0fe9880dcf87263e4198f0f2ee00 /dhcp6s.8
parentdb29f46178d816efe4061a849903a51fca6becf3 (diff)
dhcp6s and dhcp6relay dumps process-id file, like dhcp6c
Diffstat (limited to 'dhcp6s.8')
-rw-r--r--dhcp6s.89
1 files changed, 9 insertions, 0 deletions
diff --git a/dhcp6s.8 b/dhcp6s.8
index 8233ad2..1700c9c 100644
--- a/dhcp6s.8
+++ b/dhcp6s.8
@@ -40,6 +40,7 @@
.Op Fl Ddf
.Op Fl k Ar ctlkeyfile
.Op Fl p Ar ctlport
+.Op Fl P Ar pid-file
.Ar interface
.\"
.Sh DESCRIPTION
@@ -101,6 +102,11 @@ Use
.Ar ctlport
as the port number listening on to communicate with
.Nm dhcp6sctl .
+.It Fl P Ar pid-file
+Use
+.Ar pid-file
+to dump the process ID of
+.Nm .
.El
.\"
.Sh FILES
@@ -114,6 +120,9 @@ is the default key file to communicate with the control command.
See
.Xr dhcp6sctl 8
for the file format.
+.It Pa /var/run/dhcp6s.pid
+is the default file that contains pid of the currently running
+.Nm .
.El
.\"
.Sh SEE ALSO