if [ -f /var/nis/NIS_COLD_START ]; then
    echo true
else
    echo false
fi
