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

# Do not edit this file. To configure Xsession integration create a file called
# oidc-agent-service.options in your oidc-agent directory or edit
# /etc/oidc-agent/oidc-agent-service.options for setting defaults for all users.
# To disable Xsession integration use the START_AGENT_WITH_XSESSION variable.
# Use OIDC_AGENT_OPTS to set the arguments that should be used when the agent is
# started.

OIDC_AGENT_SERVICE=/usr/bin/oidc-agent-service

if [ -x "$OIDC_AGENT_SERVICE" ] && [ -z "$OIDC_SOCK" ]; then
  eval `$OIDC_AGENT_SERVICE start-from-x`
fi

# vim:set ai et sts=2 sw=2 tw=80:
