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