6130b3b82dcaa85593c2301e4376ec619344967b
[platform/upstream/connman.git] / doc / connman-vpn.8.in
1 .\" connman-vpn(8) manual page
2 .\"
3 .\" Copyright (C) 2015 Intel Corporation
4 .\"
5 .TH CONNMAN-VPN "8" "2015-10-15"
6 .SH NAME
7 ConnMan-VPN \- VPN management daemon
8 .SH SYNOPSIS
9 .B connman-vpnd
10 .RB [\| \-\-version \||\| \-\-help \|]
11 .PP
12 .B connman-vpnd
13 .RB [\| \-c
14 .IR file \|]
15 .RB [\| \-d\  [\c
16 .IR file [,...]\|]\|]
17 .RB [\| \-p
18 .IR plugin [,...]\|]
19 .RB [\| \-P
20 .IR plugin [,...]\|]
21 .RB [\| \-n \|]
22 .RB [\| \-r \|]
23 .SH DESCRIPTION
24 The \fIConnMan-VPN\fP provides a daemon for managing vpn connections together
25 with \fBconnmand\fP(8). The Connection Manager is designed to be slim and to
26 use as few resources as possible. The VPN daemon supports \fBopenconnect\fP(8),
27 \fBopenvpn\fP(8), \fBvpnc\fP(8) and L2TP/PPTP (\fBxl2tpd.conf\fP(5),
28 \fBpptp\fP(8), \fBpppd\fP(8)).
29 .P
30 .SH OPTIONS
31 The following options are supported:
32 .TP
33 .BR \-v ", " \-\-version
34 Print the ConnMan-VPN software version and exit.
35 .TP
36 .BR \-h ", " \-\-help
37 Print ConnMan-VPN's available options and exit.
38 .TP
39 .BI \-c\  file\fR,\ \fB\-\-config= \fIfile
40 Specify configuration file to set up various settings for ConnMan.  If not
41 specified, the default value of \fI@sysconfdir@/connman/connman-vpn.conf\fP
42 is used.  See \fBconnman-vpn.conf\fP(5) for more information on
43 configuration file. The use of config file is optional and sane default values
44 are used if config file is missing.
45 .TP
46 .BR \-d\  [ \fIfile [,...]],\  \-\-debug [= \fIfile [,...]]
47 Sets how much information ConnMan-VPN sends to the log destination (usually
48 syslog's "daemon" facility).  If the file options are omitted, then debugging
49 information from all the source files are printed. If file options are
50 present, then only debug prints from that source file are printed. Example:
51 .PP
52            connman-vpnd --debug=vpn/vpn-provider.c,vpn/vpn-config.c
53 .TP
54 .BR \-n ", " \-\-nodaemon
55 Do not daemonize. This is useful for debugging, and directs log output to
56 the controlling terminal in addition to syslog.
57 .TP
58 .BR \-r ", " \-\-routes
59 Manage VPN routes instead of telling \fBconnmand\fP(8) to do it.
60 .SH SEE ALSO
61 .BR connmanctl (1), \ connman-vpn.conf (5), \c
62 .BR \ connman-vpn-provider.config (5), \ connmand (8)