Created
June 16, 2014 15:14
-
-
Save wjlafrance/e77baebdb2fae310c195 to your computer and use it in GitHub Desktop.
/etc/init/ttyUSB0.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## ttyUSB0 - getty | |
## | |
## This service maintains a getty on ttyUSB0 from the point the system is | |
## started until it is shut down again. | |
start on stopped rc or RUNLEVEL=[12345] | |
stop on runlevel [!12345] | |
respawn | |
exec /sbin/getty ttyUSB0 115200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment