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)