diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-05-15 15:19:39 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-05-15 15:19:39 +0000 |
commit | 16ac1a8c833c201e45a59940c7e6073664c1fab5 (patch) | |
tree | 0ab9e89ab796f529ff1af8c9bc6c2c12079e0596 /input/input.conf | |
parent | 624ddeeb67145cdb8cc2b0dc0c7410e76aaa9fa9 (diff) |
Add sample for input.conf file
Diffstat (limited to 'input/input.conf')
-rw-r--r-- | input/input.conf | 9 |
1 files changed, 9 insertions, 0 deletions
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 |