diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-04-07 12:20:45 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2016-04-07 12:39:49 +0200 |
commit | f2ae2badff37c008ba8217a12f8ee6dc6a3c5a39 (patch) | |
tree | beabb5400cc490e50bae9f776868f2bfe9172783 /doc | |
parent | 06edbb67ed807811654e7fd8f0f9b83766430216 (diff) |
Main: Add local option
Add option that changes default paths for config file and control socket
to the current working directory.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 5e5aeee4..5e943d7c 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -171,6 +171,11 @@ BIRD executable by configuring out routing protocols you don't use, and <tag>-f</tag> run bird in foreground. + <tag>-l</tag> + look for a configuration file and a communication socket in the current + working directory instead of in default system paths. However, paths + specified by options <cf/-c/, <cf/-s/ have higher priority. + <tag>-R</tag> apply graceful restart recovery after start. </descrip> |