CentOS 6: Environment Variables And Cronjobs …

Home » CentOS » CentOS 6: Environment Variables And Cronjobs …
CentOS 2 Comments

Hello,

in

/etc/cron.d/test

I’ve this:

50 15 * * * root ( date ; echo “—” ; env ; echo “—” ; set )

and I thought I would be shown environment variables which are defined in

e.g.
/etc/profiles.d/proxy.sh or
/etc/profiles.d/proxy.csh

but this isn’t like this …

where do I have to define e.g. export http_proxy=”http://proxy.local:3128/”
in order to have it in cron jobs?

Thanks, Walter

2 thoughts on - CentOS 6: Environment Variables And Cronjobs …