Description
The APP_HOME environment variable, which is set during the container image build, is not being picked up by the systemd service definition.
We need to address this issue by adding a PassEnvironment=APP_HOME to the systemd service definition.
Affected Branches & Releases
Description
The
APP_HOMEenvironment variable, which is set during the container image build, is not being picked up by the systemd service definition.We need to address this issue by adding a
PassEnvironment=APP_HOMEto the systemd service definition.Affected Branches & Releases
0.4.0release/0.4main