mirror of
https://github.com/EnumeratedDev/enit.git
synced 2026-09-15 18:16:12 +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
|
||||
type: background
|
||||
start_cmd: /usr/bin/setsid /sbin/agetty --noclear tty1
|
||||
exit_method: kill
|
||||
crash_on_safe_exit: false
|
||||
restart: always
|
||||
setpgid: false
|
||||
|
||||
@@ -2,7 +2,6 @@ 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
|
||||
setpgid: false
|
||||
|
||||
@@ -2,7 +2,6 @@ name: agetty-tty3
|
||||
description: Start virtual terminal on tty3
|
||||
type: background
|
||||
start_cmd: /usr/bin/setsid /sbin/agetty tty3
|
||||
exit_method: kill
|
||||
crash_on_safe_exit: false
|
||||
restart: always
|
||||
setpgid: false
|
||||
|
||||
@@ -2,7 +2,6 @@ name: agetty-tty4
|
||||
description: Start virtual terminal on tty4
|
||||
type: background
|
||||
start_cmd: /usr/bin/setsid /sbin/agetty tty4
|
||||
exit_method: kill
|
||||
crash_on_safe_exit: false
|
||||
restart: always
|
||||
setpgid: false
|
||||
|
||||
@@ -2,7 +2,6 @@ name: agetty-tty5
|
||||
description: Start virtual terminal on tty5
|
||||
type: background
|
||||
start_cmd: /usr/bin/setsid /sbin/agetty tty5
|
||||
exit_method: kill
|
||||
crash_on_safe_exit: false
|
||||
restart: always
|
||||
setpgid: false
|
||||
|
||||
@@ -2,7 +2,6 @@ name: agetty-tty6
|
||||
description: Start virtual terminal on tty6
|
||||
type: background
|
||||
start_cmd: /usr/bin/setsid /sbin/agetty tty6
|
||||
exit_method: kill
|
||||
crash_on_safe_exit: false
|
||||
restart: always
|
||||
setpgid: false
|
||||
|
||||
@@ -2,5 +2,3 @@ name: lo-interface
|
||||
description: Enable loopback interface on boot
|
||||
type: simple
|
||||
start_cmd: ip link set lo up
|
||||
exit_method: kill
|
||||
restart: false
|
||||
|
||||
Reference in New Issue
Block a user