mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 02:26:11 +00:00
Update agetty service files
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
name: agetty-tty1
|
||||
description: Start virtual terminal on tty1
|
||||
type: background
|
||||
start_cmd: /sbin/agetty --noclear tty1
|
||||
exit_method: kill
|
||||
start_cmd: /usr/bin/setsid /sbin/agetty --noclear tty1
|
||||
exit_method: kill
|
||||
crash_on_safe_exit: false
|
||||
restart: always
|
||||
Reference in New Issue
Block a user