summaryrefslogtreecommitdiff
path: root/debian/dbus.init
diff options
context:
space:
mode:
authorLoic Minier <lool@dooz.org>2008-02-18 12:54:14 +0000
committerLoic Minier <lool@dooz.org>2008-02-18 12:54:14 +0000
commitd39760d35a41274130a219a8d9a8e32a2ff22895 (patch)
treeab0b037f19ae5c3eab9c5049711a79ba26b05d7f /debian/dbus.init
parent4bd6912d9ddb5ce0ac3cdc0276d3d4e3654fbbb8 (diff)
downloaddbus-d39760d35a41274130a219a8d9a8e32a2ff22895.tar.gz
Set LSB Default-Stop section to 1 to only stop dbus when going down to
single user mode; dbus can simply be killed like everything else on shutdown or reboot by sendsigs. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus@2076 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian/dbus.init')
-rw-r--r--debian/dbus.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dbus.init b/debian/dbus.init
index 3d894d3f..6822c8ee 100644
--- a/debian/dbus.init
+++ b/debian/dbus.init
@@ -4,7 +4,7 @@
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
-# Default-Stop: 0 1 6
+# Default-Stop: 1
# Short-Description: D-Bus systemwide message bus
# Description: D-Bus is a simple interprocess messaging system, used
# for sending messages between applications.