mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-20 19:35:59 +00:00
* import upstream-able changes from following commits:9d032e47b5fea52b8828d8068a7a47c314b69505Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
264 B
Desktop File
14 lines
264 B
Desktop File
[Unit]
|
|
Description=Android Debug Bridge
|
|
ConditionPathExists=/var/usb-debugging-enabled
|
|
Before=android-system.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
ExecStartPre=-/usr/bin/android-gadget-setup adb
|
|
ExecStart=/usr/bin/adbd
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|