summaryrefslogtreecommitdiff
path: root/etc/dev.d/default/dbus.dev
blob: 0e79632b30fac13defa2513485d4c95848fe18f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if [ -f /etc/sysconfig/udev ]; then
        . /etc/sysconfig/udev
fi

[ "$UDEV_DBUS" != "yes" ] && exit 0

if [ -x /usr/sbin/udev_dbus ]; then
	exec /usr/sbin/udev_dbus "$@"
fi