runit: Iniciar tty en serial

This commit is contained in:
Cat /dev/Nulo 2022-11-17 22:25:55 -03:00
parent 95a43f2c8b
commit 320e94b40d

View file

@ -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)