mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
add lsb headers to init script (FDO Bug #11491)
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * bus/messagebus.in: add lsb headers (FDO Bug #11491)
This commit is contained in:
parent
6cfcabbc00
commit
71c2677086
2 changed files with 14 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* bus/messagebus.in: add lsb headers (FDO Bug #11491)
|
||||
|
||||
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* patch by Peter O'Gorman <pogma at thewrittenword dot com>
|
||||
|
|
|
|||
|
|
@ -9,6 +9,16 @@
|
|||
# processname: dbus-daemon
|
||||
# pidfile: @DBUS_SYSTEM_PID_FILE@
|
||||
#
|
||||
### BEGIN INIT INFO
|
||||
# Provides: messagebus
|
||||
# Required-Start: $syslog $local_fs
|
||||
# Required-Stop: $syslog $local_fs
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: The D-Bus systemwide message bus
|
||||
# Description: This is a daemon which broadcasts notifications of system
|
||||
# events and other messages. See http://www.freedesktop.org/software/dbus
|
||||
### END INIT INFO
|
||||
|
||||
# Sanity checks.
|
||||
[ -x @EXPANDED_BINDIR@/dbus-daemon ] || exit 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue