how to setup this special cron?

to automate nginx. I just need to know what it should look like.

To automated /tmp cleanup add bellow cron 
0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
via crontab -e command

Here is what my dolphin cron looks like:

/usr/local/bin/php -q /home/username/public_html/periodic/cron.php

Quote · 2 May 2014

Basically from SSH as root:

 

# crontab -e

 

and enter on a new line:

 

0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client

 

If tmpwatch isn't installed, install it with (if this is a CentOS server):

 

# yum install tmpwatch

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 May 2014

thank you

Quote · 2 May 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.