bluetooth service: fix w.r.t. multiple outputs
This commit is contained in:
parent
584d884bd7
commit
16bdef1350
@ -9,7 +9,7 @@ let
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "dbus";
|
Type = "dbus";
|
||||||
BusName = "org.bluez";
|
BusName = "org.bluez";
|
||||||
ExecStart = "${bluez-bluetooth}/sbin/bluetoothd -n";
|
ExecStart = "${getBin bluez-bluetooth}/bin/bluetoothd -n";
|
||||||
};
|
};
|
||||||
wantedBy = [ "bluetooth.target" ];
|
wantedBy = [ "bluetooth.target" ];
|
||||||
};
|
};
|
||||||
@ -19,7 +19,7 @@ let
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "dbus";
|
Type = "dbus";
|
||||||
BusName = "org.bluez";
|
BusName = "org.bluez";
|
||||||
ExecStart = "${bluez-bluetooth}/sbin/bluetoothd -n";
|
ExecStart = "${getBin bluez-bluetooth}/bin/bluetoothd -n";
|
||||||
NotifyAccess="main";
|
NotifyAccess="main";
|
||||||
CapabilityBoundingSet="CAP_NET_ADMIN CAP_NET_BIND_SERVICE";
|
CapabilityBoundingSet="CAP_NET_ADMIN CAP_NET_BIND_SERVICE";
|
||||||
LimitNPROC=1;
|
LimitNPROC=1;
|
||||||
@ -32,7 +32,7 @@ let
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "dbus";
|
Type = "dbus";
|
||||||
BusName = "org.bluez.obex";
|
BusName = "org.bluez.obex";
|
||||||
ExecStart = "${bluez-bluetooth}/sbin/obexd";
|
ExecStart = "${getBin bluez-bluetooth}/bin/obexd";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user