Hey guys. I'm a bit confused about the crontab used to clean the nginx_client in the /tmp folder. It simply does not work. And further more after I clean the folder with find . -name '*' | xargs rm and check if it's empty or not the system still shows a 78% load in it :|
Any clues on why this might happen?
The crontab setting is correct.. I just changed the default 4 hours to 1 hour:
----
0 * * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
----
Thanks