Skip to content

Commit

Permalink
README.md: clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
st3r4g committed Mar 21, 2021
1 parent 982b060 commit fc5618e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ Provides a way lo launch [dbus-broker] without the requirement of any specific
init system running. This means that dbus activation is disabled and service
dependencies must be taken care of explicitly in other ways.

Build the broker with `-Dlauncher=false`.

Controller+broker are a replacement for the original dbus-daemon
implementation, and are capable of running both system and session buses.

This is also a starting point to explore the feasibility of a runit/s6
controller.

## dbus-controller-s6rc

Build with `meson -Ds6-rc=enabled build`
Build with `meson -Ds6-rc=enabled build`.

Usage: `dbus-controller-s6rc -h`
Usage: `dbus-controller-s6rc -h`.

The [s6-rc] controller looks in a s6-rc livedir for services containing the
file `data/dbus-activatable-name` with a dbus activatable name provided by the
Expand Down

0 comments on commit fc5618e

Please sign in to comment.