aboutgitcodebugslistschat
path: root/passt.1
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-14 12:17:47 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-14 13:20:34 +0200
commit54a19002df18d2f19fc455c9b1ef9f88b96b7bd1 (patch)
tree20bba67589f85a708f626273979dae26a8530774 /passt.1
parent1cbd2c8c6b3a564aba84abcd20f05c5c646d2fb4 (diff)
downloadpasst-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar
passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.gz
passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.bz2
passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.lz
passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.xz
passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.tar.zst
passt-54a19002df18d2f19fc455c9b1ef9f88b96b7bd1.zip
conf: Add -P, --pid, to specify a file where own PID is written to
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'passt.1')
-rw-r--r--passt.15
1 files changed, 5 insertions, 0 deletions
diff --git a/passt.1 b/passt.1
index 3355bff..c161586 100644
--- a/passt.1
+++ b/passt.1
@@ -107,6 +107,11 @@ in \fBpasta\fR mode, where \fIinstance-number\fR is a progressive count of
other detected instances running on the same host.
.TP
+.BR \-P ", " \-\-pid " " \fIfile
+Write own PID to \fIfile\fR once initialisation is done, before forking to
+background (if configured to do so).
+
+.TP
.BR \-m ", " \-\-mtu " " \fImtu
Assign \fImtu\fR via DHCP (option 26) and NDP (option type 5).
By default, no MTU options will be sent.