other: remove obsolete fields from default services

This commit is contained in:
2025-12-25 15:06:32 +02:00
parent 48b9e3512a
commit 542f9987e1
7 changed files with 0 additions and 8 deletions
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
View File
@@ -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