mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-16 02:26:11 +00:00
other: remove obsolete fields from default services
This commit is contained in:
@@ -2,7 +2,6 @@ name: agetty-tty1
|
|||||||
description: Start virtual terminal on tty1
|
description: Start virtual terminal on tty1
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /usr/bin/setsid /sbin/agetty --noclear tty1
|
start_cmd: /usr/bin/setsid /sbin/agetty --noclear tty1
|
||||||
exit_method: kill
|
|
||||||
crash_on_safe_exit: false
|
crash_on_safe_exit: false
|
||||||
restart: always
|
restart: always
|
||||||
setpgid: false
|
setpgid: false
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ name: agetty-tty2
|
|||||||
description: Start virtual terminal on tty2
|
description: Start virtual terminal on tty2
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /usr/bin/setsid /sbin/agetty tty2
|
start_cmd: /usr/bin/setsid /sbin/agetty tty2
|
||||||
exit_method: kill
|
|
||||||
crash_on_safe_exit: false
|
crash_on_safe_exit: false
|
||||||
restart: always
|
restart: always
|
||||||
setpgid: false
|
setpgid: false
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ name: agetty-tty3
|
|||||||
description: Start virtual terminal on tty3
|
description: Start virtual terminal on tty3
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /usr/bin/setsid /sbin/agetty tty3
|
start_cmd: /usr/bin/setsid /sbin/agetty tty3
|
||||||
exit_method: kill
|
|
||||||
crash_on_safe_exit: false
|
crash_on_safe_exit: false
|
||||||
restart: always
|
restart: always
|
||||||
setpgid: false
|
setpgid: false
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ name: agetty-tty4
|
|||||||
description: Start virtual terminal on tty4
|
description: Start virtual terminal on tty4
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /usr/bin/setsid /sbin/agetty tty4
|
start_cmd: /usr/bin/setsid /sbin/agetty tty4
|
||||||
exit_method: kill
|
|
||||||
crash_on_safe_exit: false
|
crash_on_safe_exit: false
|
||||||
restart: always
|
restart: always
|
||||||
setpgid: false
|
setpgid: false
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ name: agetty-tty5
|
|||||||
description: Start virtual terminal on tty5
|
description: Start virtual terminal on tty5
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /usr/bin/setsid /sbin/agetty tty5
|
start_cmd: /usr/bin/setsid /sbin/agetty tty5
|
||||||
exit_method: kill
|
|
||||||
crash_on_safe_exit: false
|
crash_on_safe_exit: false
|
||||||
restart: always
|
restart: always
|
||||||
setpgid: false
|
setpgid: false
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ name: agetty-tty6
|
|||||||
description: Start virtual terminal on tty6
|
description: Start virtual terminal on tty6
|
||||||
type: background
|
type: background
|
||||||
start_cmd: /usr/bin/setsid /sbin/agetty tty6
|
start_cmd: /usr/bin/setsid /sbin/agetty tty6
|
||||||
exit_method: kill
|
|
||||||
crash_on_safe_exit: false
|
crash_on_safe_exit: false
|
||||||
restart: always
|
restart: always
|
||||||
setpgid: false
|
setpgid: false
|
||||||
|
|||||||
@@ -2,5 +2,3 @@ name: lo-interface
|
|||||||
description: Enable loopback interface on boot
|
description: Enable loopback interface on boot
|
||||||
type: simple
|
type: simple
|
||||||
start_cmd: ip link set lo up
|
start_cmd: ip link set lo up
|
||||||
exit_method: kill
|
|
||||||
restart: false
|
|
||||||
|
|||||||
Reference in New Issue
Block a user