runit: Iniciar tty en serial
This commit is contained in:
parent
95a43f2c8b
commit
320e94b40d
1 changed files with 2 additions and 0 deletions
|
@ -366,4 +366,6 @@ modules.runit.add_service("getty-tty1", [[#!/bin/sh
|
|||
exec chpst -P getty 38400 tty1 linux]], false)
|
||||
modules.runit.add_service("getty-tty2", [[#!/bin/sh
|
||||
exec chpst -P getty 38400 tty2 linux]], false)
|
||||
modules.runit.add_service("getty-ttyS0", [[#!/bin/sh
|
||||
exec chpst -P getty 38400 ttyS0 linux]], false)
|
||||
|
||||
|
|
Loading…
Reference in a new issue