openbsd-ports/x11/dbus/pkg/MESSAGE
espie 2281720f6e update to 1.0.2. okay alek@, jasper@.
No objections from wilfried@, matthieu@, sturm@...
2007-03-21 00:21:58 +00:00

11 lines
276 B
Plaintext

To start systemwide message dbus daemon whenever the machine boots,
add the following lines to /etc/rc.local:
if [ -x ${PREFIX}/bin/dbus-daemon ]; then
mkdir -p /var/run/dbus
chmod 0755 /var/run/dbus
chown _dbus:_dbus /var/run/dbus
${PREFIX}/bin/dbus-daemon --system
fi