Re: Fix for the dbus error should be listed on wiki install guide page (runit)
Reply #2 –
Install dbus-runit and ensure that dbus service is added to the default runlevel. The service will autostart that command on boot
etc/runit/sv/dbus/run
---
#!/bin/sh
dbus-uuidgen --ensure=/etc/machine-id
[ ! -d /run/dbus ] && install -m755 -g 81 -o 81 -d /run/dbus
exec dbus-daemon --system --nofork --nopidfile
Note: Add the dbus service to default NOT the script