Skip to content

Commit f70f5d8

Browse files
committed
aligned with debian
1 parent 65328e5 commit f70f5d8

File tree

1 file changed

+11
-0
lines changed
  • contrib/archlinux/conf.d

1 file changed

+11
-0
lines changed

contrib/archlinux/conf.d/ebusd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33

44
# Options to pass to ebusd (run "ebusd -?" for more info):
55
EBUSD_OPTS="--scanconfig"
6+
7+
# In order to run multiple ebusd instances, simply define several EBUSD_OPTS
8+
# with a unique suffix for each.
9+
# Recommended is using a number as suffix for all EBUSD_OPTS settings.
10+
# That number can then be used as additional "instance" parameter to the init.d
11+
# script in order to start/stop an individual ebusd instance instead of all
12+
# instances.
13+
# Example (uncomment the EBUSD_OPTS above):
14+
#EBUSD_OPTS1="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0 -p 8888 -l /var/log/ebusd1.log"
15+
#EBUSD_OPTS2="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900acTF-if00-port0 -p 8889 -l /var/log/ebusd2.log"
16+
#EBUSD_OPTS3="--scanconfig -d /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A900beCG-if00-port0 -p 8890 -l /var/log/ebusd3.log"

0 commit comments

Comments
 (0)