akhilkalwakurthy

bluetooth.service

Feb 16th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | None | 0 0
  1. [Unit]
  2. Description=Enable Bluetooth HCI over SMD
  3. After=droid-late-start.target
  4. Before=bluetooth.service
  5. Conflicts=shutdown.target actdead.target
  6.  
  7. [Service]
  8. Type=oneshot
  9. ExecStart=/bin/sh /usr/bin/droid/droid-hcismd-up.sh
  10. RemainAfterExit=yes
  11.  
  12. [Install]
  13. WantedBy=bluetooth.service
Add Comment
Please, Sign In to add comment