Skip to content

Instantly share code, notes, and snippets.

@wjlafrance
Created June 16, 2014 15:14
Show Gist options
  • Save wjlafrance/e77baebdb2fae310c195 to your computer and use it in GitHub Desktop.
Save wjlafrance/e77baebdb2fae310c195 to your computer and use it in GitHub Desktop.
/etc/init/ttyUSB0.conf
## 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