From bd2fbcf9e5cfae0c8ae6f7f982fbdc7f8129e5c6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 11 Aug 2009 21:06:17 +0000 Subject: [PATCH] * Fix the bluetoothd stop condition. svn path=/nixos/trunk/; revision=16687 --- modules/services/hardware/bluetooth.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/services/hardware/bluetooth.nix b/modules/services/hardware/bluetooth.nix index 4e00f43aee7..0efd6710412 100644 --- a/modules/services/hardware/bluetooth.nix +++ b/modules/services/hardware/bluetooth.nix @@ -18,8 +18,8 @@ with pkgs.lib; jobs = pkgs.lib.singleton { name = "bluetoothd"; - startOn = "dbus"; - stopOn = "dbus"; + startOn = "dbus/started"; + stopOn = "dbus/stop"; preStart = ''