Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. [Unit]
  2. Description=Enable Bluetooth HCI over SMD
  3. DefaultDependencies=false
  4. After=local-fs.target
  5.  
  6. [Service]
  7. Type=oneshot
  8. ExecStart=/bin/sh /usr/bin/droid/droid-hcismd-up.sh
  9. RemainAfterExit=yes
  10. TimeoutStartSec=60
  11.  
  12. [Install]
  13. WantedBy=bluetooth.service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement