1
00:00:06,620 --> 00:00:12,004
SystemD is the manager of everything, and
it is used to manage everything on

2
00:00:12,004 --> 00:00:17,390
most Linux distributions, but some don't, including
the Windows subsystem for Linux or wsl.

3
00:00:18,969 --> 00:00:24,869
If systemd is used, it's the first thing that
is started after starting the Linux kernel, and the

4
00:00:24,869 --> 00:00:30,769
main function is to manage services, but it also
manages mounts, timers, patch hardware, and so much more.

5
00:00:30,769 --> 00:00:36,670
Amongst the key features of systemd is that it
is event driven, and that means that it can

6
00:00:36,670 --> 00:00:42,570
react to specific events and make sure that specific
stuff is only loaded when it is really required.

7
00:00:44,429 --> 00:00:49,409
The items that are managed by systemd
are known as units, and you should focus

8
00:00:49,409 --> 00:00:54,389
on learning how to manage services. With
systemd it can do so much more, but

9
00:00:54,390 --> 00:00:59,369
for the basis of Linux, it's important
to know how you work with services.
