>>>>> On Wed, 28 Feb 2018 10:14:24 +0100, Markus Hennebach
>>>>> <[email protected]> said:
> Some services (e.g. 389-ds -> setup-ds) require running Systemd services
for
> their configuration.
The problem is not that FAI is not running systemd, but that inside
the chroot FAI does not start any daemons at all by using
policy-rc.d.
It's not easy to change this, because it may conflict with other sorts
of FAI installations, like building a chroot or creating a cloud
image, where you run FAI on a normal host not in a VM or on a clean
base metal host. Then a second instance of a daemon could be started
on the host machine, which hopefully will not work, because both are
using the same port for e.g.
--
regards Thomas