View difference between Paste ID: 4FergCym and uvGjgaca
SHOW: | | - or go back to the newest paste.
1
#/lib/systemd/system/adb.service
2
3
[Unit]
4-
Description=Android Device Bridge Daemon
4+
Description=Android Debug Bridge Daemon
5
6
[Service]
7
Type=forking
8
ExecStart=/opt/android-sdk/platform-tools/adb start-server
9
ExecStop=/opt/android-sdk/platform-tools/adb kill-server
10
11
[Install]
12
WantedBy=multi-user.target