openbsd-ports/x11/dbus/pkg/dbus_daemon.rc

15 lines
246 B
Plaintext
Raw Normal View History

2010-10-28 06:59:33 -04:00
#!/bin/sh
2010-10-29 08:54:43 -04:00
#
# $OpenBSD: dbus_daemon.rc,v 1.10 2011/12/20 14:27:46 ajacoutot Exp $
2010-10-28 06:59:33 -04:00
daemon="${TRUEPREFIX}/bin/dbus-daemon --system"
2010-10-28 06:59:33 -04:00
. /etc/rc.d/rc.subr
2010-10-28 06:59:33 -04:00
rc_pre() {
rm -f /var/run/dbus/pid
install -d -o _dbus -g _dbus /var/run/dbus
2010-10-28 06:59:33 -04:00
}
rc_cmd $1