unos-repository

APK repository for unos
git clone git://git.finwo.net/misc/unos-repository
Log | Files | Refs | README

linkd-check (109B)


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