We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092d96f commit f84f407Copy full SHA for f84f407
scripts.d/29_install_bluetooth.sh
@@ -4,19 +4,18 @@ source lib.sh
4
5
cat << EOF > mnt/img_root/etc/systemd/system/rpibluetooth.service
6
[Unit]
7
-Description=Bluetooth server
+Description=Bluetooth Server
8
After=bluetooth.service
9
-Requires=rpibluetooth.service bluetooth.service
+Requires=bluetooth.service
10
11
StartLimitIntervalSec=500
12
StartLimitBurst=5
13
14
[Service]
15
+ExecStart=/usr/bin/python3 /usr/local/bin/bluetooth-server.py
16
Restart=always
17
RestartSec=5s
18
-ExecStart=/usr/bin/python3 /usr/local/bin/bluetooth-server.py &
19
-
20
[Install]
21
WantedBy=multi-user.target
22
EOF
0 commit comments