Last active
August 29, 2015 14:14
-
-
Save yuuichi-fujioka/213b057cb14e572f5227 to your computer and use it in GitHub Desktop.
ubuntu with serial console. ttyS0.conf is /etc/init/ttyS0.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
start on stopped rc RUNLEVEL=[2345] | |
stop on runlevel [!2345] | |
respawn | |
exec /sbin/getty -L 115200 ttyS0 vt102 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment