is it possible to set the environment variables for a process that is being run using daemonize ?
e.g. if I am daemonizing a process abc using daemonize, is it possible to set the variable LD_PRELOAD for it and run it in daemonize as well ? or does the process inherit the environment variables of the user that we run it as in daemonize (-u option)
is it possible to set the environment variables for a process that is being run using daemonize ?
e.g. if I am daemonizing a process abc using daemonize, is it possible to set the variable LD_PRELOAD for it and run it in daemonize as well ? or does the process inherit the environment variables of the user that we run it as in daemonize (-u option)