diff options
Diffstat (limited to 'services/bluetoothd/run')
-rwxr-xr-x | services/bluetoothd/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/bluetoothd/run b/services/bluetoothd/run index fa55162..81dee8b 100755 --- a/services/bluetoothd/run +++ b/services/bluetoothd/run @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/libexec/bluetooth/bluetoothd -n &>/dev/null +exec /usr/libexec/bluetooth/bluetoothd -n >/dev/null |