- Resolves: rhbz 903074 Move udev rule to docs as example - Resolves: rhbz 879585 Introduce adb.service with PrivateTmp
13 lines
230 B
Desktop File
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
|