# This file is sourced by Xsession(5), not executed.

rcf=/etc/default/quintuple-agent
if [ -f "$rcf" ]; then
  . $rcf

  if [ -n "$QAGENT_START" ] && [ "$QAGENT_START" = yes ]; then
    pidof ${QAGENT##*/} >/dev/null 2>&1 || eval $($QAGENT $QAGENT_ARGS &)
  fi
fi
