From 09440bcf20bec60eb1186e7ad1f0990c74dc4c56 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Mon, 12 Nov 2012 14:07:34 +0200 Subject: [PATCH] doc: Example configuration file for vpnd --- vpn/connman-vpn.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vpn/connman-vpn.conf diff --git a/vpn/connman-vpn.conf b/vpn/connman-vpn.conf new file mode 100644 index 0000000..99a96ce --- /dev/null +++ b/vpn/connman-vpn.conf @@ -0,0 +1,8 @@ +[General] + +# Set input request timeout. Default is 300 seconds +# The request for inputs like passphrase will timeout +# after certain amount of time. Use this setting to +# increase the value in case of different user +# interface designs. +# InputRequestTimeout = 300 -- 2.7.4