mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 14:15:02 +00:00
14 lines
137 B
Plaintext
Executable File
14 lines
137 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
depend()
|
|
{
|
|
after docker mdnstool 9pudc hupper
|
|
}
|
|
|
|
start()
|
|
{
|
|
ebegin "Checking system state"
|
|
|
|
/usr/bin/diagnostics
|
|
}
|