mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 10:36:12 +00:00
7 lines
183 B
Plaintext
7 lines
183 B
Plaintext
name: agetty-tty2
|
|
description: Start virtual terminal on tty2
|
|
type: background
|
|
start_cmd: /usr/bin/setsid /sbin/agetty tty2
|
|
exit_method: kill
|
|
crash_on_safe_exit: false
|
|
restart: always |