aboutsummaryrefslogtreecommitdiff
path: root/src/inputattach/inputattach.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'src/inputattach/inputattach.conf.d')
-rw-r--r--src/inputattach/inputattach.conf.d10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/inputattach/inputattach.conf.d b/src/inputattach/inputattach.conf.d
new file mode 100644
index 0000000..ae8d184
--- /dev/null
+++ b/src/inputattach/inputattach.conf.d
@@ -0,0 +1,10 @@
+#
+# Configuration for inputattach
+#
+# IAPARAMS is an array of inputattach arguments, see 'inputattach --help'.
+# An inputattach instance will be started for each element.
+
+IAPARAMS=(
+ "--microsoft /dev/ttyS0"
+ #"--baud 9600 --w8001 /dev/ttyS1"
+)