#!/bin/sh

if [ -n "${ZEROTIER_START}" -a -e /usr/sbin/zerotier-one ]; then
        echo "* Starting ZeroTier"
        /usr/sbin/zerotier-one -d
fi