From 320e94b40d8c782231a8c498e720219513cb2b33 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 17 Nov 2022 22:25:55 -0300 Subject: [PATCH] runit: Iniciar tty en serial --- modules/runit.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/runit.lua b/modules/runit.lua index 03ca645..b3ca113 100644 --- a/modules/runit.lua +++ b/modules/runit.lua @@ -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)