updated notes
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user