summaryrefslogtreecommitdiffstats
path: root/recipes/adbd/files/adbd.service
blob: d5005cfa27371877d2e8ed2c0102114b40203576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=ADB Server Daemon
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/adb-init start
ExecStop=/usr/bin/adb-init stop
Environment=HOME=/home/root

[Install]
WantedBy=multi-user.target