You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
foodotfiles/root/etc/systemd/system/adb.service

12 lines
189 B
INI

[Unit]
Description=Android Debug Server Daemon
[Service]
Type=forking
User=root
ExecStart=/usr/bin/adb start-server
ExecStop=/usr/bin/adb kill-server
[Install]
WantedBy=multi-user.target