Explain how tinc detaches and how it is "killed" under Windows.
This commit is contained in:
parent
8a1969bc83
commit
92938c07b1
2 changed files with 15 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
\input texinfo @c -*-texinfo-*-
|
\input texinfo @c -*-texinfo-*-
|
||||||
@c $Id: tinc.texi,v 1.8.4.40 2003/07/30 09:22:29 guus Exp $
|
@c $Id: tinc.texi,v 1.8.4.41 2003/08/02 21:55:12 guus Exp $
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename tinc.info
|
@setfilename tinc.info
|
||||||
@settitle tinc Manual
|
@settitle tinc Manual
|
||||||
|
@ -18,7 +18,7 @@ Copyright @copyright{} 1998-2003 Ivo Timmermans
|
||||||
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
||||||
Wessel Dankers <wsl@@nl.linux.org>.
|
Wessel Dankers <wsl@@nl.linux.org>.
|
||||||
|
|
||||||
$Id: tinc.texi,v 1.8.4.40 2003/07/30 09:22:29 guus Exp $
|
$Id: tinc.texi,v 1.8.4.41 2003/08/02 21:55:12 guus Exp $
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
@ -43,7 +43,7 @@ Copyright @copyright{} 1998-2003 Ivo Timmermans
|
||||||
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and
|
||||||
Wessel Dankers <wsl@@nl.linux.org>.
|
Wessel Dankers <wsl@@nl.linux.org>.
|
||||||
|
|
||||||
$Id: tinc.texi,v 1.8.4.40 2003/07/30 09:22:29 guus Exp $
|
$Id: tinc.texi,v 1.8.4.41 2003/08/02 21:55:12 guus Exp $
|
||||||
|
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
@ -272,7 +272,7 @@ downloaded from @uref{http://cipe-win32.sourceforge.net/}.
|
||||||
|
|
||||||
@cindex MinGW
|
@cindex MinGW
|
||||||
@cindex Windows
|
@cindex Windows
|
||||||
tinc on Windows, compiled using MinGW, relies on the CIPE driver for its data
|
tinc on Windows (native), compiled using MinGW, relies on the CIPE driver for its data
|
||||||
acquisition from the kernel. This driver is not part of Windows but can be
|
acquisition from the kernel. This driver is not part of Windows but can be
|
||||||
downloaded from @uref{http://cipe-win32.sourceforge.net/}.
|
downloaded from @uref{http://cipe-win32.sourceforge.net/}.
|
||||||
|
|
||||||
|
@ -672,8 +672,11 @@ You will need to install the MinGW environment from @uref{http://www.mingw.org}.
|
||||||
|
|
||||||
When tinc is compiled using MinGW it runs natively under Windows,
|
When tinc is compiled using MinGW it runs natively under Windows,
|
||||||
it is not necessary to keep MinGW installed.
|
it is not necessary to keep MinGW installed.
|
||||||
However, when compiled using MinGW, tinc will not be able to start
|
|
||||||
scripts or be able to receive signals.
|
When running natively, tinc is not able to start scripts,
|
||||||
|
nor is tinc able to receive signals.
|
||||||
|
When detaching, tinc will install itself as a service,
|
||||||
|
which will be restarted automatically after reboots.
|
||||||
|
|
||||||
|
|
||||||
@c ==================================================================
|
@c ==================================================================
|
||||||
|
@ -1470,6 +1473,8 @@ logged. Everything goes via syslog.
|
||||||
@item -k, --kill[=SIGNAL]
|
@item -k, --kill[=SIGNAL]
|
||||||
Attempt to kill a running tincd (optionally with the specified SIGNAL instead of SIGTERM) and exit.
|
Attempt to kill a running tincd (optionally with the specified SIGNAL instead of SIGTERM) and exit.
|
||||||
Use it in conjunction with the -n option to make sure you kill the right tinc daemon.
|
Use it in conjunction with the -n option to make sure you kill the right tinc daemon.
|
||||||
|
Under native Windows the optional argument is ignored,
|
||||||
|
the service will always be stopped and removed.
|
||||||
|
|
||||||
@item -n, --net=NETNAME
|
@item -n, --net=NETNAME
|
||||||
Connect to net NETNAME. @xref{Multiple networks}.
|
Connect to net NETNAME. @xref{Multiple networks}.
|
||||||
|
|
|
@ -34,6 +34,8 @@ If that succeeds,
|
||||||
it will detach from the controlling terminal and continue in the background,
|
it will detach from the controlling terminal and continue in the background,
|
||||||
accepting and setting up connections to other tinc daemons
|
accepting and setting up connections to other tinc daemons
|
||||||
that are part of the virtual private network.
|
that are part of the virtual private network.
|
||||||
|
Under Windows (native) tinc will install itself as a service,
|
||||||
|
which will be restarted automatically after reboots.
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width indent
|
.Bl -tag -width indent
|
||||||
.It Fl c, -config Ns = Ns Ar DIR
|
.It Fl c, -config Ns = Ns Ar DIR
|
||||||
|
@ -52,6 +54,8 @@ Attempt to kill a running
|
||||||
(optionally with the specified
|
(optionally with the specified
|
||||||
.Ar SIGNAL
|
.Ar SIGNAL
|
||||||
instead of SIGTERM) and exit.
|
instead of SIGTERM) and exit.
|
||||||
|
Under native Windows the optional argument is ignored,
|
||||||
|
the service will always be stopped and removed.
|
||||||
.It Fl n, -net Ns = Ns Ar NETNAME
|
.It Fl n, -net Ns = Ns Ar NETNAME
|
||||||
Connect to net
|
Connect to net
|
||||||
.Ar NETNAME .
|
.Ar NETNAME .
|
||||||
|
|
Loading…
Reference in a new issue