From 0a96e4538fe6552dd75aa939b249030f4cdfd77f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 30 Dec 2010 22:57:30 +0100 Subject: fix startup scripts, fix stop routine --- package/dbus/files/dbus.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/dbus') diff --git a/package/dbus/files/dbus.init b/package/dbus/files/dbus.init index 0f7367f38..4a1bac9e9 100644 --- a/package/dbus/files/dbus.init +++ b/package/dbus/files/dbus.init @@ -11,10 +11,10 @@ autostart) ;; start) mkdir -p /var/run/dbus - dbus-daemon --config-file=/etc/dbus-1/system.conf + /usr/sbin/dbus-daemon --config-file=/etc/dbus-1/system.conf ;; stop) - pkill dbus-daemon + kill $(pgrep -f /usr/sbin/dbus-daemon) ;; restart) sh $0 stop -- cgit v1.2.3