Skip to content

Discuss manually starting D-Bus #92

Description

@itscool900

The Waydroid docs already include a section on using Waydroid without systemctl.
Considering that Waydroid requires a D-Bus system bus (to the best of my knowledge) and that a system bus is usually started with systemd, I believe that it would be a good idea to discuss how to start D-Bus without systemctl, too.

Here's my approach:

[ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus
exec dbus-daemon --system --nofork --nopidfile

You run that in its own terminal tab.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions