Explorar o código

fix path to dbus-daemon

Waldemar Brodkorb %!s(int64=15) %!d(string=hai) anos
pai
achega
e6450e9b2a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/dbus/files/dbus.init

+ 2 - 2
package/dbus/files/dbus.init

@@ -11,10 +11,10 @@ autostart)
 	;;
 start)
 	mkdir -p /var/run/dbus
-	/usr/sbin/dbus-daemon --config-file=/etc/dbus-1/system.conf
+	/usr/bin/dbus-daemon --config-file=/etc/dbus-1/system.conf
 	;;
 stop)
-	kill $(pgrep -f /usr/sbin/dbus-daemon)
+	kill $(pgrep -f /usr/bin/dbus-daemon)
 	;;
 restart)
 	sh $0 stop