This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Description
I am creating gunicorn service for flask application. My application needs a couple of env variables whose length is increasing 2048, which is systemd LINE_MAX.
If we pass environment variables in form of a file, then this issue can be solved.
This can be the enhancement in application_python to overcome line_max issue.