mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-08-06 08:45:44 +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 "$@"
|