mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 10:07:16 +08:00
12 lines
235 B
SYSTEMD
12 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description=Android Debug Bridge Daemon
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
User=root
|
||
|
ExecStart=/opt/android-sdk/platform-tools/adb start-server
|
||
|
ExecStop=/opt/android-sdk/platform-tools/adb kill-server
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|