I installed nginxcp on my server and they recommend to add the following cron:
0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
I already added it to var/spool/cron and restarted crond service, but it just doesnt work.
From time to time, I need to run the command /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
on ssh to clear the tmp.
Any idea, why the command is not running from the crontab?