Lines Matching refs:adb
1 adb can be configured to work with systemd-style socket activation,
2 allowing the daemon to start automatically when the adb control port
7 adb.service:
9 --- START adb.service CUT HERE ---
11 Description=adb
12 After=adb.socket
13 Requires=adb.socket
17 ExecStart=/path/to/adb server nodaemon -L acceptfd:3
18 --- END adb.service CUT HERE ---
20 --- START adb.socket CUT HERE ---
22 Description=adb
23 PartOf=adb.service
29 --- END adb.socket CUT HERE ---
31 After installing the adb service, the adb server will be started
32 automatically on any connection to 127.0.0.1:5037 (the default adb
33 control port), even after adb kill-server kills the server.
36 configured analogously. The important part is that adb be started with