mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-29 23:34:36 +00:00
new initrd with diagnostics
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
13
alpine/packages/diagnostics/etc/init.d/diagnostics
Executable file
13
alpine/packages/diagnostics/etc/init.d/diagnostics
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/sbin/openrc-run
|
||||
|
||||
depend()
|
||||
{
|
||||
after docker
|
||||
}
|
||||
|
||||
start()
|
||||
{
|
||||
ebegin "Checking system state"
|
||||
|
||||
/usr/bin/diagnostics
|
||||
}
|
||||
Reference in New Issue
Block a user