1. Add file(s) such as /etc/init/ttyxyz.conf with content like:
# ttyxyz - agetty
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [S016]
respawn
instance ttyxyz
pre-start exec /sbin/securetty ttyxyz
exec /sbin/agetty -L 38400 ttyxyz vt100
2. Run "initctl start ttyxyz" to activate the change.
**Note: Please replace ttyxyz with the actual tty device name for the Digi port.
Last updated:
Jan 01, 2024