Skip to content

Commit 7ea7fa8

Browse files
authored
fix typo in basic-target (#2690)
1 parent e482fa6 commit 7ea7fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/labs/systems_administration_II/lab3-bootup_and_startup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ Once the first process runs, it then goes on to start other services, daemons, p
194194

195195
Note some properties and their values configured in the `multi-user.target` unit. Properties like - Description, Documentation, Requires, After, and so on.
196196

197-
5. The `basic.target` unit is listed as the value of the `Requires` property for `multi-user.target`. View the unit file for basic.target. Type:
197+
5. The `basic.target` unit is listed as the value of the `Requires` property for `multi-user.target`. View the unit file for `basic.target`. Type:
198198

199199
```bash
200-
[root@localhost ~]# systemctl cat multi-user.target
200+
[root@localhost ~]# systemctl cat basic.target
201201
# /usr/lib/systemd/system/basic.target
202202
[Unit]
203203
Description=Basic System

0 commit comments

Comments
 (0)