Move terminal startup from enit main.go to esvm service files

This commit is contained in:
2025-02-23 18:47:37 +02:00
parent b04fd51245
commit 5f9f7ab825
8 changed files with 34 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
name: agetty-tty1
description: Start virtual terminal on tty1
type: background
start_cmd: /sbin/agetty --noclear tty1
exit_method: kill
+5
View File
@@ -0,0 +1,5 @@
name: agetty-tty2
description: Start virtual terminal on tty2
type: background
start_cmd: /sbin/agetty --noclear tty2
exit_method: kill
+5
View File
@@ -0,0 +1,5 @@
name: agetty-tty3
description: Start virtual terminal on tty3
type: background
start_cmd: /sbin/agetty --noclear tty3
exit_method: kill
+5
View File
@@ -0,0 +1,5 @@
name: agetty-tty4
description: Start virtual terminal on tty4
type: background
start_cmd: /sbin/agetty --noclear tty4
exit_method: kill
+5
View File
@@ -0,0 +1,5 @@
name: agetty-tty5
description: Start virtual terminal on tty5
type: background
start_cmd: /sbin/agetty --noclear tty5
exit_method: kill
+5
View File
@@ -0,0 +1,5 @@
name: agetty-tty6
description: Start virtual terminal on tty6
type: background
start_cmd: /sbin/agetty --noclear tty6
exit_method: kill