#!/bin/bash # general config . /etc/rc.conf . /etc/rc.d/functions case $1 in start) stat_busy "Starting D-BUS system messagebus" if [[ ! -d /run/dbus ]] ; then install -m755 -g 81 -o 81 -d /run/dbus fi if ! dbus-daemon --system; then stat_fail else add_daemon dbus stat_done fi ;; stop) stat_busy "Stopping D-BUS system messagebus" if ! { [[ -f /run/dbus/pid ]] && kill $(