summarylogtreecommitdiffstats
path: root/adb.service
diff options
context:
space:
mode:
Diffstat (limited to 'adb.service')
-rw-r--r--adb.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/adb.service b/adb.service
new file mode 100644
index 000000000000..238837cc1544
--- /dev/null
+++ b/adb.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Android Debug Bridge Daemon
+
+[Service]
+Type=forking
+User=root
+ExecStart=/opt/android-sdk/platform-tools/adb start-server
+ExecStop=/opt/android-sdk/platform-tools/adb kill-server
+
+[Install]
+WantedBy=multi-user.target