Update agetty service files
This commit is contained in:
parent
a7a8322f13
commit
040896afd4
@ -1,5 +1,7 @@
|
|||||||
name: agetty-tty1
|
name: agetty-tty1
|
||||||
description: Start virtual terminal on tty1
|
description: Start virtual terminal on tty1
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /sbin/agetty --noclear tty1
|
start_cmd: /usr/bin/setsid /sbin/agetty --noclear tty1
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
|
crash_on_safe_exit: false
|
||||||
|
restart: always
|
@ -1,5 +1,7 @@
|
|||||||
name: agetty-tty2
|
name: agetty-tty2
|
||||||
description: Start virtual terminal on tty2
|
description: Start virtual terminal on tty2
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /sbin/agetty --noclear tty2
|
start_cmd: /usr/bin/setsid /sbin/agetty tty2
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
|
crash_on_safe_exit: false
|
||||||
|
restart: always
|
@ -1,5 +1,7 @@
|
|||||||
name: agetty-tty3
|
name: agetty-tty3
|
||||||
description: Start virtual terminal on tty3
|
description: Start virtual terminal on tty3
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /sbin/agetty --noclear tty3
|
start_cmd: /usr/bin/setsid /sbin/agetty tty3
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
|
crash_on_safe_exit: false
|
||||||
|
restart: always
|
@ -1,5 +1,7 @@
|
|||||||
name: agetty-tty4
|
name: agetty-tty4
|
||||||
description: Start virtual terminal on tty4
|
description: Start virtual terminal on tty4
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /sbin/agetty --noclear tty4
|
start_cmd: /usr/bin/setsid /sbin/agetty tty4
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
|
crash_on_safe_exit: false
|
||||||
|
restart: always
|
@ -1,5 +1,7 @@
|
|||||||
name: agetty-tty5
|
name: agetty-tty5
|
||||||
description: Start virtual terminal on tty5
|
description: Start virtual terminal on tty5
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /sbin/agetty --noclear tty5
|
start_cmd: /usr/bin/setsid /sbin/agetty tty5
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
|
crash_on_safe_exit: false
|
||||||
|
restart: always
|
@ -1,5 +1,7 @@
|
|||||||
name: agetty-tty6
|
name: agetty-tty6
|
||||||
description: Start virtual terminal on tty6
|
description: Start virtual terminal on tty6
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /sbin/agetty --noclear tty6
|
start_cmd: /usr/bin/setsid /sbin/agetty tty6
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
|
crash_on_safe_exit: false
|
||||||
|
restart: always
|
Loading…
x
Reference in New Issue
Block a user