#!/bin/sh
# Hald in runit

exec 2>&1
svwaitup -s 3 /var/service/dbus || exit 1
exec /usr/sbin/hald --daemon=no
