Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/books/admin_guide/16-about-sytemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Previously, with SysV initialization, there was the concept of a **runlevel**. W

| systemd targets | SystemV runlevel | target alias (soft link) | description |
| :--- | :--- | :--- | :--- |
| 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". |
| 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". |
| graphical.target | 5 | runlevel5.target | GUI environment. |
| | 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". |
| multi-user.target | 3 | runlevel3.target | Full multi-user command line mode. |
Expand Down