* Fix the bluetoothd stop condition.

svn path=/nixos/trunk/; revision=16687
This commit is contained in:
Eelco Dolstra 2009-08-11 21:06:17 +00:00
parent fe329f96ef
commit bd2fbcf9e5

View file

@ -18,8 +18,8 @@ with pkgs.lib;
jobs = pkgs.lib.singleton
{ name = "bluetoothd";
startOn = "dbus";
stopOn = "dbus";
startOn = "dbus/started";
stopOn = "dbus/stop";
preStart =
''