Skip to content

Commit f84f407

Browse files
authored
Update 29_install_bluetooth.sh
1 parent 092d96f commit f84f407

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts.d/29_install_bluetooth.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,18 @@ source lib.sh
44

55
cat << EOF > mnt/img_root/etc/systemd/system/rpibluetooth.service
66
[Unit]
7-
Description=Bluetooth server
7+
Description=Bluetooth Server
88
After=bluetooth.service
9-
Requires=rpibluetooth.service bluetooth.service
9+
Requires=bluetooth.service
1010
1111
StartLimitIntervalSec=500
1212
StartLimitBurst=5
1313
1414
[Service]
15+
ExecStart=/usr/bin/python3 /usr/local/bin/bluetooth-server.py
1516
Restart=always
1617
RestartSec=5s
1718
18-
ExecStart=/usr/bin/python3 /usr/local/bin/bluetooth-server.py &
19-
2019
[Install]
2120
WantedBy=multi-user.target
2221
EOF

0 commit comments

Comments
 (0)