mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-08 11:04:51 +08:00
11 lines
155 B
Desktop File
11 lines
155 B
Desktop File
[Unit]
|
|
Description=Start cdsp
|
|
SourcePath=/usr/bin/cdsp.sh
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh /usr/bin/cdsp.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|