android-tools/adb.service
Ivan Afonichev a9435ca424 - Update to upstream git commit 98d0789
- Resolves: rhbz 903074 Move udev rule to docs as example
- Resolves: rhbz 879585 Introduce adb.service with PrivateTmp
2013-01-30 01:45:11 +04:00

13 lines
230 B
Desktop File

# 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