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
Task Type Feature Request
Category Packages
Status Closed
Assigned To Anatol Pomozov (anatolik)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

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
Comment by Daniel Micay (thestinger) - Thursday, 27 August 2015, 20:34 GMT
Why? It makes more sense to run it as non-root. It just starts up automatically as needed anyway.
Comment by Anatol Pomozov (anatolik) - Friday, 28 August 2015, 14:10 GMT
Agree with Daniel. Please explain purpose of this unit, what exactly problem it solves.

Loading...