UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit d6bf4550 authored by Anthony Collins's avatar Anthony Collins
Browse files

gensite

parent ccceafb9
Branches
No related merge requests found
Pipeline #114204 passed with stages
in 31 seconds
......@@ -560,14 +560,14 @@ The last thing to start is the login program. `init` spawns a login to each of t
=== 6.2 Systemd
Systemd is the modern initialization method. Its starts with the kernel spawning `/sbin/init` which is symbolically linked to `/lib/systemd/system`. `systemd` interacts with flat configuration files called *units*. There are many types, but the *target* and service *units* determine system initialization.
Systemd is the modern initialization method. It starts with the kernel spawning `/sbin/init` which is symbolically linked to `/lib/systemd/system`. `systemd` interacts with flat configuration files called *units*. There are many types, but the *target* and service *units* determine system initialization.
{zwsp} +
==== 6.2.1 Systemd Init target.units
The kernel spawns `/usr/lib/systemd/system` as the first process on the system. It then executes configurations starting at mounting the local file system to bringing the system to a desired state specified in the default *target* unit. Targets in systemd are like runlevels in SysV. The name of the default target is `default.target` and located in `/lib/systemd/system`.
The kernel spawns `/usr/lib/systemd/system` as the first process on the system. It then executes configurations starting at mounting the local file system to bring the system to a desired state specified in the default *target* unit. Targets in systemd are like runlevels in SysV. The name of the default target is `default.target` and located in `/lib/systemd/system`.
.Translating between Run Levels and Systemd Targets
[%header,cols="^5%,^5%,^5%"]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment