daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb
15 lines
239 B
Bash
15 lines
239 B
Bash
#!/bin/ksh
|
|
#
|
|
# $OpenBSD: messagebus.rc,v 1.3 2018/01/11 19:27:12 rpe Exp $
|
|
|
|
daemon="${TRUEPREFIX}/bin/dbus-daemon --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
|