Files
termux-packages/packages/dbus
termux-pacman-bot caa08c8536 fix(main/dbus): Fix launching systemwide message bus with dbus-daemon
This fixes the following error with `dbus-daemon --system' command by
creating a PREFIX/var/run/dbus directory with a dummy file.

dbus-daemon[16282]: Failed to start message bus: Failed to bind socket
"/data/data/com.termux/files/usr/var/run/dbus/system_bus_socket": No such file or directory

The workaround is similar as openssh. If that directory is not present
dbus-daemon can not create pid and system_bus_socket files.
2024-04-24 07:37:23 +00:00
..