Update agetty service files

This commit is contained in:
2025-03-10 15:12:44 +02:00
parent a7a8322f13
commit 040896afd4
6 changed files with 24 additions and 12 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
name: agetty-tty6
description: Start virtual terminal on tty6
type: background
start_cmd: /sbin/agetty --noclear tty6
exit_method: kill
start_cmd: /usr/bin/setsid /sbin/agetty tty6
exit_method: kill
crash_on_safe_exit: false
restart: always