File adb.service of Package android-tools

# Systemd unit file for adb

[Unit]
Description=Android Debug Bridge (adb) service

[Service]
Type=forking
ExecStart=/usr/bin/adb start-server
ExecStop=/usr/bin/adb kill-server
PrivateTmp=yes

[Install]
WantedBy=multi-user.target
openSUSE Build Service is sponsored by