--- /usr/portage/net-wireless/bluez/files/bluez-4.18-udev.script 2008-11-28 15:21:36.000000000 -0600 +++ net-wireless/bluez/files/bluez-4.18-udev.script 2010-12-05 15:32:36.000000000 -0600 @@ -8,6 +8,11 @@ # 2008 Tiziano Müller # Distributed under the terms of the GNU General Public License v2 +if test "`ps -p 1 -o comm=`" = "systemd"; then + logger -t "$0" "You are using systemd, exiting. (bluetooth.sh)" + exit +fi + script=/etc/init.d/bluetooth # Find out where sysfs is mounted. Exit if not available