source: archive/bootscripts_blfs_sysconfig_bluetooth

trunk
Last change on this file was 5096ebd, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Modify Bluez bootscripts (for new version of package 5.17).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12910 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 780 bytes
Line 
1# Begin /etc/sysconfig/bluetooth
2
3# Run the bluetooth HID daemon (default: false)
4#HIDD_ENABLE="true"
5
6# Activate rfcomm ports (default: false)
7#RFCOMM_ENABLE="true"
8
9# Run bluetooth dial-up networking daemon (default: false)
10# Note: You need to pass coressponding options to the daemon
11# since it does not run without any options.
12#DUND_ENABLE="true"
13
14# Run bluetooth PAN daemon (default: false)
15# Note: You need to pass coressponding options to the daemon
16# since it does not run without any options.
17#PAND_ENABLE="true"
18
19# Options for hidd, dund and pand (default: none)
20
21# See man 1 hidd for available options.
22#HIDD_OPTIONS=""
23
24# See man 1 dund for available options.
25#DUND_OPTIONS=""
26
27# See man 1 pand for available options.
28#PAND_OPTIONS=""
29
30# End /etc/sysconfig/bluetooth
Note: See TracBrowser for help on using the repository browser.