Places to learn in detail "systemd" (files' configurations settings)

Hello Friends

Due the following experience

Was mentioned the /etc/systemd/logind.conf file and in other network the /etc/systemd/sleep.conf file. As you can see both have the same location: The /etc/systemd/ directory

Reasons of this post

  • The /etc/systemd/ directory have more files
  • The systemd term appears

Goal

  • I want understand very well how each file works based in detail in their configurations settings

As mentioned, because the systemd term appears the most obvious point is the project’s home at:

Note

  • If you know other place according your own experience to go in deep about to reach my goal. Pls share it

Thanks in advance

2 Likes

A well known linux writer once said
" You can learn runit in 30 minutes, but systemd takes a lifetime"

I would start with the systemd man page.
It will mention things that you can investigate further.

I dont think there is anything comprehensive like a wiki.
That is part of the systemd problem… too much code not enough documentation.

2 Likes

A well known linux writer once said
" You can learn runit in 30 minutes, but systemd takes a lifetime"

Interesting

I would start with the systemd man page.
It will mention things that you can investigate further.

Correct, I assumed the docs in the web should be available too with more details (i,e: is possible add Figures)

I dont think there is anything comprehensive like a wiki.

An official doc always is better. It comes from the source. Of course tutorials are other history.

That is part of the systemd problem… too much code not enough documentation.

It seems correct

2 Likes