Imported Upstream version 1.35
[platform/upstream/connman.git] / doc / connman-vpn.conf.5.in
1 .\" connman-vpn.conf(5) manual page
2 .\"
3 .\" Copyright (C) 2015 Intel Corporation
4 .\"
5 .TH "connman-vpn.conf" "5" "2015-10-15" ""
6 .SH NAME
7 connman-vpn.conf \- ConnMan-VPN configuration file
8 .SH SYNOPSIS
9 .B @sysconfdir@/connman/connman-vpn.conf
10 .SH DESCRIPTION
11 .P
12 .B connman-vpn.conf
13 is a configuration file for ConnMan-VPN. The configuration file is
14 optional but it can be used to set up various aspects of ConnMan-VPN's
15 behavior. The location of the file may be changed through use of
16 the \fB\-\-config= \fRargument for \fBconnman-vpn\fP(8).
17 .SH "FILE FORMAT"
18 .P
19 The configuration file format is key file format.
20 It consists of sections (groups) of key-value pairs.
21 Lines beginning with a '#' and blank lines are considered comments.
22 Sections are started by a header line containing the section enclosed
23 in '[' and ']', and ended implicitly by the start of the next section
24 or the end of the file. Each key-value pair must be contained in a section.
25 .P
26 Description of sections and available keys follows:
27 .SS [General]
28 This section is the only mandatory section of the configuration file.
29 .TP
30 .BI InputRequestTimeout= secs
31 Set input request timeout. Default is 300 seconds. The request for inputs
32 like passphrase will timeout after certain amount of time. Use this setting
33 to increase the value in case of different user interface designs.
34 .SH "EXAMPLE"
35 The following example configuration sets InputRequestTimeout to 10 minutes.
36 .PP
37 .nf
38 [General]
39 InputRequestTimeout = 600
40 .fi
41 .SH "SEE ALSO"
42 .BR connman (8), \ connman-vpn (8)