summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-05-04 00:21:53 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-05-08 13:17:15 -0700
commit2ea98a6a043710ad4958355b62c682b4767f292e (patch)
tree8be42207c9aa2b153adecf9a311b2902485cc9d1 /scripts
parent9dc57699c20f1cbf9c47fe3b8edfcde2b0e4a3e4 (diff)
downloadbluez-2ea98a6a043710ad4958355b62c682b4767f292e.tar.gz
udev: remove udev activation of the blutooth daemon
Udev is not meant to spawn long-running processes, and as of the next udev version such processes will be killed. If using systemd, device activation can be used to get the same effect. On Arch we have been disabling this rule for a long time, even though we don't use systemd, as it was causing more problems than it was worth.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bluetooth.rules.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/bluetooth.rules.in b/scripts/bluetooth.rules.in
deleted file mode 100644
index 64df69d58..000000000
--- a/scripts/bluetooth.rules.in
+++ /dev/null
@@ -1,4 +0,0 @@
-# Run helper every time a Bluetooth device appears
-# On remove actions, bluetoothd should go away by itself
-ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
-ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"