mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 06:57:16 +08:00
12 lines
235 B
Desktop File
12 lines
235 B
Desktop File
[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
|