Add systemd unit for adb

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-05-23 20:19:45 +02:00
parent a908ced4fc
commit c619e90062
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -0,0 +1,11 @@
[Unit]
Description=Android Debug Server Daemon
[Service]
Type=forking
User=root
ExecStart=/usr/bin/adb start-server
ExecStop=/usr/bin/adb kill-server
[Install]
WantedBy=multi-user.target