mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +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
|