mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
12 lines
189 B
SYSTEMD
12 lines
189 B
SYSTEMD
|
[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
|