Files
linuxkit/alpine/packages/diagnostics/etc/init.d/diagnostics
Justin Cormack 6b0b4e05cb remove 9pudc, unused and not being fixed
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-04-04 18:21:01 +01:00

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
}