From 3159b0c0f646db7a914f1adaa33a5f49d14c4014 Mon Sep 17 00:00:00 2001 From: npezzotti <54044423+npezzotti@users.noreply.github.com> Date: Tue, 22 Apr 2025 10:12:15 -0400 Subject: [PATCH] fix typo in basic-target --- .../labs/systems_administration_II/lab3-bootup_and_startup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/labs/systems_administration_II/lab3-bootup_and_startup.md b/docs/labs/systems_administration_II/lab3-bootup_and_startup.md index 806967c684..95c2b362ee 100644 --- a/docs/labs/systems_administration_II/lab3-bootup_and_startup.md +++ b/docs/labs/systems_administration_II/lab3-bootup_and_startup.md @@ -194,10 +194,10 @@ Once the first process runs, it then goes on to start other services, daemons, p Note some properties and their values configured in the `multi-user.target` unit. Properties like - Description, Documentation, Requires, After, and so on. -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: +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: ```bash - [root@localhost ~]# systemctl cat multi-user.target + [root@localhost ~]# systemctl cat basic.target # /usr/lib/systemd/system/basic.target [Unit] Description=Basic System