This message was deleted.
# rke2
a
This message was deleted.
c
That doesn’t mean that RKE2 rewrites the systemd unit or env file to set them them. They are added to the env var within the running process, which also passes that value on to child processes. You would need to examine
/proc/RKE2-PID/environ
to see that the value at runtime.
a
Thanks! I'll check it out
Yep, there it is - just not on the main PID. Thanks for the help!