From: Stefan Schantl Date: Sun, 2 Jan 2011 20:00:51 +0000 (+0100) Subject: dbus: Change upstart script for new shutdown process. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f537c4ed3aaae46e4c9216a4e0e89914f15ed077;p=ipfire-3.x.git dbus: Change upstart script for new shutdown process. Reference #118 --- diff --git a/pkgs/core/dbus/dbus.nm b/pkgs/core/dbus/dbus.nm index ba149e13f..1a070ea76 100644 --- a/pkgs/core/dbus/dbus.nm +++ b/pkgs/core/dbus/dbus.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = dbus PKG_VER = 1.3.2 -PKG_REL = 0 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = System/Daemons diff --git a/pkgs/core/dbus/messagebus.init b/pkgs/core/dbus/messagebus.init index b8717c068..7c7404f9a 100644 --- a/pkgs/core/dbus/messagebus.init +++ b/pkgs/core/dbus/messagebus.init @@ -2,7 +2,7 @@ description "Starts the message bus daemon" author "IPFire Team" start on stopped mountfs -stop on starting shutdown +stop on kill-all-services exec /usr/bin/dbus-daemon --config-file=/etc/dbus-1/system.conf --nofork respawn