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 da8c4e9 commit e56485bCopy full SHA for e56485b
scripts.d/20_install_bluetooth.sh
@@ -5,7 +5,7 @@ source lib.sh
5
cat << EOF > mnt/img_root/etc/systemd/system/rpibluetooth.service
6
[Unit]
7
Description=Bluetooth server
8
-After=rpibluetooth.service
+After=bluetooth.service
9
Requires=rpibluetooth.service bluetooth.service
10
11
StartLimitIntervalSec=500
@@ -21,4 +21,4 @@ ExecStart=/usr/bin/python3 /usr/local/bin/bluetooth-server.py &
21
WantedBy=multi-user.target
22
EOF
23
24
-_op _chroot chmod +x /etc/systemd/system/rpibluetooth.service
+_op _chroot chmod +x /etc/systemd/system/rpibluetooth.service
0 commit comments