#!/bin/sh
# runit check interface over the ready-file mechanism.
[ -e /run/linkd.ready ] && exit 0 || exit 1
