Commit cb6d83a0 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Document default pidfile.

parent 82ed4b9c
...@@ -106,7 +106,8 @@ defaults to standard error if not daemonising, and to ...@@ -106,7 +106,8 @@ defaults to standard error if not daemonising, and to
otherwise. otherwise.
.TP .TP
.BI \-I " pidfile" .BI \-I " pidfile"
Specify a file to write our process id to. Specify a file to write our process id to. The default is
.BR /var/run/babel.pid .
.TP .TP
.RI "[ " id " ]" .RI "[ " id " ]"
The router-id of this daemon. This should normally be an IPv6 or IPv4 The router-id of this daemon. This should normally be an IPv6 or IPv4
...@@ -265,6 +266,9 @@ The default location of the configuration file. ...@@ -265,6 +266,9 @@ The default location of the configuration file.
.B /var/lib/babel\-state .B /var/lib/babel\-state
The default location of the file storing long-term state. The default location of the file storing long-term state.
.TP .TP
.B /var/run/babel.pid
The default location of the pid file.
.TP
.B /var/log/babel.log .B /var/log/babel.log
The default location of the log file. The default location of the log file.
.SH SIGNALS .SH SIGNALS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment