* Fix the bluetoothd stop condition.
svn path=/nixos/trunk/; revision=16687
This commit is contained in:
@@ -18,8 +18,8 @@ with pkgs.lib;
|
||||
jobs = pkgs.lib.singleton
|
||||
{ name = "bluetoothd";
|
||||
|
||||
startOn = "dbus";
|
||||
stopOn = "dbus";
|
||||
startOn = "dbus/started";
|
||||
stopOn = "dbus/stop";
|
||||
|
||||
preStart =
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user