openbsd-ports/x11/dbus/pkg/dbus_daemon.rc
ajacoutot 4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00

16 lines
260 B
Bash
Executable File

#!/bin/sh
#
# $OpenBSD: dbus_daemon.rc,v 1.6 2010/12/27 14:50:24 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/dbus-daemon"
daemon_flags="--system"
. /etc/rc.d/rc.subr
rc_pre() {
rm -f /var/run/dbus/pid
install -d -o _dbus -g _dbus /var/run/dbus
}
rc_cmd $1