mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 19:24:53 +00:00
Allows it to be used to see what the boot state is. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
12 lines
93 B
Plaintext
Executable File
12 lines
93 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depend()
|
|
{
|
|
after docker containerd
|
|
}
|
|
|
|
start()
|
|
{
|
|
/usr/bin/diagnostics
|
|
}
|