summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man5
diff options
context:
space:
mode:
Diffstat (limited to 'Base/usr/share/man/man5')
-rw-r--r--Base/usr/share/man/man5/SystemServer.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/Base/usr/share/man/man5/SystemServer.md b/Base/usr/share/man/man5/SystemServer.md
index 3e5ceb957d..a5cede161f 100644
--- a/Base/usr/share/man/man5/SystemServer.md
+++ b/Base/usr/share/man/man5/SystemServer.md
@@ -50,12 +50,13 @@ Priority=low
KeepAlive=1
User=anon
-# Spawn the TTYServer on /dev/tty1 once on startup with a high priority,
-# additionally passing it "tty1" as an argument.
-[TTYServer]
-Arguments=tty1
-StdIO=/dev/tty1
-Priority=high
+# Launch the Shell on /dev/tty0 on startup when booting in text mode.
+[Shell@tty0]
+Executable=/bin/Shell
+StdIO=/dev/tty0
+Environment=TERM=xterm
+KeepAlive=1
+BootModes=text
```
## See also