While this is not a big issue, I would like to understand the following behavior:
- I run the following steps to start up the redis-server (in daemon mode according to the "daemonize" parameter in the config file:
export MY_ENV_VAR=abcd
export ANOTHER=bcde
redis-server /path/to/redis.conf
- I try to view the environment variables for the process by inspecting
/proc/<pid>/environ on UBUNTU. However, I don't see anything there.
While this is not a big issue, I would like to understand the following behavior:
/proc/<pid>/environon UBUNTU. However, I don't see anything there.