#!/bin/bash

# init function for the QCG-Notification service publisher.

QCG_NTF_URL=${QCG_NTF_URL:-`cat /var/run/qcg/qcg-ntf/qcg-ntfd.addr`}

QCG_NTF_PID_FILE=${QCG_NTF_PID_FILE:-/var/run/qcg/qcg-ntf/qcg-ntfd.pid}

# Write to stdout - will be imported by the info provider

echo QCG_NTF_URL=$QCG_NTF_URL
echo QCG_NTF_PID_FILE=$QCG_NTF_PID_FILE

