Update agetty service files

This commit is contained in:
EnumDev 2025-03-10 15:12:44 +02:00
parent a7a8322f13
commit 040896afd4
6 changed files with 24 additions and 12 deletions

View File

@ -1,5 +1,7 @@
name: agetty-tty1
description: Start virtual terminal on tty1
type: background
start_cmd: /sbin/agetty --noclear tty1
start_cmd: /usr/bin/setsid /sbin/agetty --noclear tty1
exit_method: kill
crash_on_safe_exit: false
restart: always

View File

@ -1,5 +1,7 @@
name: agetty-tty2
description: Start virtual terminal on tty2
type: background
start_cmd: /sbin/agetty --noclear tty2
start_cmd: /usr/bin/setsid /sbin/agetty tty2
exit_method: kill
crash_on_safe_exit: false
restart: always

View File

@ -1,5 +1,7 @@
name: agetty-tty3
description: Start virtual terminal on tty3
type: background
start_cmd: /sbin/agetty --noclear tty3
start_cmd: /usr/bin/setsid /sbin/agetty tty3
exit_method: kill
crash_on_safe_exit: false
restart: always

View File

@ -1,5 +1,7 @@
name: agetty-tty4
description: Start virtual terminal on tty4
type: background
start_cmd: /sbin/agetty --noclear tty4
start_cmd: /usr/bin/setsid /sbin/agetty tty4
exit_method: kill
crash_on_safe_exit: false
restart: always

View File

@ -1,5 +1,7 @@
name: agetty-tty5
description: Start virtual terminal on tty5
type: background
start_cmd: /sbin/agetty --noclear tty5
start_cmd: /usr/bin/setsid /sbin/agetty tty5
exit_method: kill
crash_on_safe_exit: false
restart: always

View File

@ -1,5 +1,7 @@
name: agetty-tty6
description: Start virtual terminal on tty6
type: background
start_cmd: /sbin/agetty --noclear tty6
start_cmd: /usr/bin/setsid /sbin/agetty tty6
exit_method: kill
crash_on_safe_exit: false
restart: always