# Source the turnstiled(8) suss backend environment
if [ "$XDG_RUNTIME_DIR" = "/run/user/$(id -u)" ] &&
       [ -r "$XDG_RUNTIME_DIR/profile" ]; then
    . "$XDG_RUNTIME_DIR/profile"
fi
