diff --git a/etc/init/ttyS0.conf b/etc/init/ttyS0.conf new file mode 100644 index 0000000..c53c59c --- /dev/null +++ b/etc/init/ttyS0.conf @@ -0,0 +1,10 @@ +description "Startup login getty on tty1" +author "Harald Kueller " +version 1.0 +emits none special + +start on runlevel [2345] +stop on runlevel [016] + +respawn +exec /sbin/agetty /dev/ttyS0 9600