Files
ubuntu-kernel-fenix/archives/filesystem/special/Edge1/lib/systemd/system/example/adbd.service
Nick Xie 1098a5a2c0 Edge1: renaming Edge to Edge1
Signed-off-by: Nick Xie <nick@khadas.com>
2022-09-29 10:58:01 +08:00

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