From 16ac1a8c833c201e45a59940c7e6073664c1fab5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 May 2008 15:19:39 +0000 Subject: Add sample for input.conf file --- input/input.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 input/input.conf (limited to 'input/input.conf') diff --git a/input/input.conf b/input/input.conf new file mode 100644 index 00000000..abfb64f2 --- /dev/null +++ b/input/input.conf @@ -0,0 +1,9 @@ +# Configuration file for the input service + +# This section contains options which are not specific to any +# particular interface +[General] + +# Set idle timeout (in minutes) before the connection will +# be disconnect (defaults to 0 for no timeout) +#IdleTimeout=30 -- cgit