mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-23 17:23:54 +08:00
10 lines
175 B
Desktop File
10 lines
175 B
Desktop File
[Unit]
|
|
Description=GPIO export
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/bash -c '[ -e /run/bootsh/gpio-ready ] || exec /usr/comma/gpio.sh'
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|