mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-20 17:53:34 +00:00
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.