updated notes

This commit is contained in:
Hugh Ratsch
2025-02-16 12:25:13 -06:00
parent a82d15f47c
commit 77a5bd3c2d
+8 -8
View File
@@ -423,14 +423,14 @@ sudo less /var/log/messages # Display the kernel messages
### systemd targets
> Note: Systemd targets are a way to manage the boot process of a system. They are a way to manage the boot process of a system.
> multi.target is the default target for the system.
> graphical.target is the target for the graphical interface.
> basic.target is the target for the minimal system.
> rescue.target is the target for the rescue mode.
> emergency.target is the target for the emergency mode.
> multi-user.target is the target for the multi-user mode.
> reboot.target is the target for the reboot mode.
> poweroff.target is the target for the poweroff mode.
>> multi.target is the default target for the system.
>> graphical.target is the target for the graphical interface.
>> basic.target is the target for the minimal system.
>> rescue.target is the target for the rescue mode.
>> emergency.target is the target for the emergency mode.
>> multi-user.target is the target for the multi-user mode.
>> reboot.target is the target for the reboot mode.
>> poweroff.target is the target for the poweroff mode.
```bash
systemctl list-units --type=target