#!/bin/sh
set -e
if true && [ -z "$D" -a -x "/etc/init.d/dbus-1" ]; then
	/etc/init.d/dbus-1 stop || :
fi
