#!/bin/sh
# diwall-rpa — wrapper for the .deb distribution channel.
# Points rpa.py at /etc/diwall/diwall.conf instead of the default
# /opt/diwall/diwall.conf used by the git-clone + install.sh channel.
export DIWALL_CONF="${DIWALL_CONF:-/etc/diwall/diwall.conf}"
exec /opt/diwall/venv/bin/python3 /opt/diwall/rpa.py "$@"
