kumquat-buildroot/docs/manual/integration.txt
Arnout Vandecappelle (Essensium/Mind) 32b341fa34 docs/manual: add integration section for systemd with dbus
Add a section to the "Integration topics" chapter about how we integrate
systemd. Add a first subsection about how dbus and dbus-broker work with
systemd.

This is just the start of the integration information about systemd.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-07-29 22:45:11 +02:00

15 lines
412 B
Plaintext

// -*- mode:doc; -*-
// vim: set syntax=asciidoc:
[[integration]]
== Integration topics
This chapter discusses how various things are integrated at system
level. Buildroot is highly configurable, almost everything discussed
here can be changed or overridden by xref:rootfs-custom[rootfs overlay
or custom skeleton] configuration.
include::integration-systemd.txt[]
include::integration-selinux-support.txt[]