mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Document the '-P pidfile' command line argument.
PR: docs/116658 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> MFC after: 3 days
This commit is contained in:
parent
150b476d94
commit
e9d5ba06c9
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd June 16, 2005
|
||||
.Dd October 26, 2007
|
||||
.Dt HOSTAPD 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl BdhKtv
|
||||
.Op Fl P Ar pidfile
|
||||
.Ar config-file ...
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
|
|
@ -102,6 +103,9 @@ Detach from the controlling terminal and run as a daemon process
|
|||
in the background.
|
||||
.It Fl K
|
||||
Include key information in debugging output.
|
||||
.It Fl P Ar pidfile
|
||||
Store PID in
|
||||
.Ar pidfile .
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr ath 4 ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue