mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-21 18:15:07 +00:00
15 lines
162 B
Plaintext
Executable File
15 lines
162 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depend()
|
|
{
|
|
after docker mdnstool hupper
|
|
}
|
|
|
|
start()
|
|
{
|
|
ebegin "Checking system state"
|
|
|
|
/usr/bin/diagnostics-server &
|
|
/usr/bin/diagnostics
|
|
}
|