Skip to content

Commit e56485b

Browse files
authored
Update 20_install_bluetooth.sh
1 parent da8c4e9 commit e56485b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts.d/20_install_bluetooth.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source lib.sh
55
cat << EOF > mnt/img_root/etc/systemd/system/rpibluetooth.service
66
[Unit]
77
Description=Bluetooth server
8-
After=rpibluetooth.service
8+
After=bluetooth.service
99
Requires=rpibluetooth.service bluetooth.service
1010
1111
StartLimitIntervalSec=500
@@ -21,4 +21,4 @@ ExecStart=/usr/bin/python3 /usr/local/bin/bluetooth-server.py &
2121
WantedBy=multi-user.target
2222
EOF
2323

24-
_op _chroot chmod +x /etc/systemd/system/rpibluetooth.service
24+
_op _chroot chmod +x /etc/systemd/system/rpibluetooth.service

0 commit comments

Comments
 (0)