FS#46121 - [android-tools] Please add a systemd service file for adb
Attached to Project:
Community Packages
Opened by JB (techryda) - Thursday, 27 August 2015, 20:28 GMT
Last edited by Anatol Pomozov (anatolik) - Tuesday, 08 September 2015, 17:16 GMT
Opened by JB (techryda) - Thursday, 27 August 2015, 20:28 GMT
Last edited by Anatol Pomozov (anatolik) - Tuesday, 08 September 2015, 17:16 GMT
|
Details
Example 'adb.service' file below (copied, with path
modifications, from android-sdk-platform-tools in the
AUR):
-------- [Unit] Description=Android Debug Bridge Daemon [Service] Type=forking User=root ExecStart=/usr/bin/adb start-server ExecStop=/usr/bin/adb kill-server [Install] WantedBy=multi-user.target ------- Thanks |
This task depends upon
Closed by Anatol Pomozov (anatolik)
Tuesday, 08 September 2015, 17:16 GMT
Reason for closing: Won't implement
Tuesday, 08 September 2015, 17:16 GMT
Reason for closing: Won't implement

Why? It makes more sense to run it as non-root. It just starts up
automatically as needed anyway.

Agree with Daniel. Please explain purpose of this unit, what
exactly problem it solves.