mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 01:02:08 +08:00
12 lines
179 B
Desktop File
12 lines
179 B
Desktop File
[Unit]
|
|
Description=Start cdsp
|
|
SourcePath=/usr/bin/cdsp.sh
|
|
Before=cdsprpcd.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh /usr/bin/cdsp.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|