mirror of
https://github.com/khadas/fenix.git
synced 2025-08-17 21:38:35 +00:00
16 lines
242 B
Desktop File
16 lines
242 B
Desktop File
#start
|
|
[Unit]
|
|
Description= Adbd for linux
|
|
Before=rockchip.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/etc/init.d/adbd.sh start
|
|
ExecStop==/etc/init.d/adbd.sh stop
|
|
ExecReload=/etc/init.d/adbd.sh reload
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
#end
|
|
|