mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-06-13 05:25:07 +08:00
8 lines
97 B
Bash
Executable File
8 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "$$" = "1" ]; then
|
|
exec /sbin/runit "$@"
|
|
fi
|
|
|
|
exec /lib/runit/runit-init "$@"
|