1description "Bluetooth Adapter" 2author "ChromeOS BT <chromeos-bt-team@google.com>" 3 4# Limit respawning in case of crashloop 5respawn limit 10 5 6respawn 7 8import HCI 9instance $HCI 10 11post-stop script 12 rm /var/run/bluetooth/bluetooth${HCI}.pid 13end script 14 15script 16 exec runuser -u bluetooth -- /usr/bin/btadapterd --hci=$HCI 17end script