X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=6dcc349b040fdd3598778a75d2fa8a3f94574053;hb=50afa82a8f14ead7d4d3eafd2a1347b3bb9a2879;hp=0c2f8c055cf6542142c177b1e1f4d79633b691b7;hpb=e88b3fb52fb375cd8ab233a671f38ed2240ed828;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 0c2f8c05..6dcc349b 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -967,7 +967,7 @@ Packets received for the local node are written to it. @cindex UML @item uml (not compiled in by default) Create a UNIX socket with the filename specified by -@var{Device}, or @file{@value{localstatedir}/run/@var{netname}.umlsocket} +@var{Device}, or @file{@value{runstatedir}/@var{netname}.umlsocket} if not specified. Tinc will wait for a User Mode Linux instance to connect to this socket. @@ -975,7 +975,7 @@ Tinc will wait for a User Mode Linux instance to connect to this socket. @item vde (not compiled in by default) Uses the libvdeplug library to connect to a Virtual Distributed Ethernet switch, using the UNIX socket specified by -@var{Device}, or @file{@value{localstatedir}/run/vde.ctl} +@var{Device}, or @file{@value{runstatedir}/vde.ctl} if not specified. @end table @@ -1985,7 +1985,7 @@ Specifying . for @var{netname} is the same as not specifying any @var{netname}. @item --pidfile=@var{filename} Store a cookie in @var{filename} which allows tinc to authenticate. If unspecified, the default is -@file{@value{localstatedir}/run/tinc.@var{netname}.pid}. +@file{@value{runstatedir}/tinc.@var{netname}.pid}. @item -o, --option=[@var{HOST}.]@var{KEY}=@var{VALUE} Without specifying a @var{HOST}, this will set server configuration variable @var{KEY} to @var{VALUE}. @@ -2003,6 +2003,9 @@ This option is not supported on all platforms. Write log entries to a file instead of to the system logging facility. If @var{file} is omitted, the default is @file{@value{localstatedir}/log/tinc.@var{netname}.log}. +@item --pidfile=@var{file} +Write PID to @var{file} instead of @file{@value{runstatedir}/tinc.@var{netname}.pid}. + @item --bypass-security Disables encryption and authentication. Only useful for debugging. @@ -2301,7 +2304,11 @@ Use configuration for net @var{netname}. @xref{Multiple networks}. @item --pidfile=@var{filename} Use the cookie from @var{filename} to authenticate with a running tinc daemon. If unspecified, the default is -@file{@value{localstatedir}/run/tinc.@var{netname}.pid}. +@file{@value{runstatedir}/tinc.@var{netname}.pid}. + +@cindex batch +@item -b, --batch +Don't ask for anything (non-interactive mode). @item --force Force some commands to work despite warnings.