Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A systemd unit file can set environment variables in its [Service] section. Inspect the registered service definition and check the value configured there.
systemctl list-unit-files shows registered units
cat the unit files under /etc/systemd/system/ directly
Pay attention to the Environment= line in the [Service] section