Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #/lib/systemd/system/adb.service
  2.  
  3. [Unit]
  4. Description=Android Debug Bridge Daemon
  5.  
  6. [Service]
  7. Type=forking
  8. ExecStart=/opt/android-sdk/platform-tools/adb start-server
  9. ExecStop=/opt/android-sdk/platform-tools/adb kill-server
  10.  
  11. [Install]
  12. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement