[Lunar-commits] CVS: moonbase/devel/dbus/init.d messagebus, NONE,
1.1
Nick Hudson
nhudson at lunar-linux.org
Thu Oct 14 20:28:59 UTC 2004
Update of /var/cvs/lunar/moonbase/devel/dbus/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv7114/init.d
Added Files:
messagebus
Log Message:
Adding some things to dbus to make it actually run and work if you have udev working properly.
--- NEW FILE: messagebus ---
#!/bin/bash
#
# Startup script for dbus
#
# chkconfig: 345 97 03
# description: This is a daemon which broadcasts notifications of system events \
# and other messages. See http://www.freedesktop.org/software/dbus/
# processname: dbus-daemon-1
# pidfile: /var/run/messagebus.pid
# sigreload: HUP
ARGS="--fork --system"
. /lib/lsb/init-functions $1
More information about the Lunar-commits
mailing list