docs: clarify when debian-systemd makes sense

Relates to CR 952875 (submitted due to misunderstanding)

Change-Id: I0df7ad9ff2963652bfbc680a49f46f812478e25f
This commit is contained in:
Rubén Cabrera
2025-06-27 17:11:45 +01:00
parent 1dd52eea26
commit 5e0f026078

View File

@@ -1,8 +1,12 @@
==============
debian-systemd
==============
You may want to use `systemd` instead of the classic sysv init system.
In this case, include this element in your element list.
Debian used `sysvinit` by default till the `wheezy` release. If you
want to use `systemd` instead of the classic sysv init system on
images up to `wheezy`, include this element in your element list.
For `jessie` onwards, this element is redundant, use a regular debian
or `debian-minimal`.
Note that this works with the ``debian`` element, not the
``debian-minimal`` element.