mirror of
https://github.com/dschmenk/apple2pi.git
synced 2024-11-24 12:31:30 +00:00
13 lines
329 B
Plaintext
Executable File
13 lines
329 B
Plaintext
Executable File
# Defaults for a2pi initscript
|
|
# sourced by /etc/init.d/a2pi
|
|
# installed at /etc/default/a2pi by the maintainer scripts
|
|
|
|
#
|
|
# This is a POSIX shell fragment
|
|
#
|
|
|
|
# Additional options that are passed to the Daemon.
|
|
# If you are not using the default serial port /dev/ttyAMA0, enter it here.
|
|
# A2PID_OPTS="/dev/ttyUSB0"
|
|
A2PID_OPTS=""
|