Skip to content

Commit 110455d

Browse files
authored
Update 16-about-sytemd.md, fix spelling (default.target)
1 parent 5880a6b commit 110455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/admin_guide/16-about-sytemd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Previously, with SysV initialization, there was the concept of a **runlevel**. W
108108

109109
| systemd targets | SystemV runlevel | target alias (soft link) | description |
110110
| :--- | :--- | :--- | :--- |
111-
| defautl.target | | | This "target" is always a soft link to "multi-user.target" or "graphical.target". `systemd` always uses "default.target" to start the system. Attention please! It cannot be a soft link to "halt.target", "poweroff.target" or "reboot.target". |
111+
| default.target | | | This "target" is always a soft link to "multi-user.target" or "graphical.target". `systemd` always uses "default.target" to start the system. Attention please! It cannot be a soft link to "halt.target", "poweroff.target" or "reboot.target". |
112112
| graphical.target | 5 | runlevel5.target | GUI environment. |
113113
| | 4 | runlevel4.target | Reserved and unused. In the SysV initialization program, runlevel4 is the same as runlevel3. In the `systemd` initialization program, users can create and customize this "target" to start local services without changing the default "multi-user.target". |
114114
| multi-user.target | 3 | runlevel3.target | Full multi-user command line mode. |

0 commit comments

Comments
 (0)