#!/bin/bash
exec 2>&1
. /usr/comma/runit/common.sh
mkdir -p /run/dbus /var/lib/dbus
rm -f /run/dbus/pid
exec dbus-daemon --system --nofork --nopidfile
