diff options
| author | 牛翔 <[email protected]> | 2019-12-16 15:31:06 +0800 |
|---|---|---|
| committer | 牛翔 <[email protected]> | 2019-12-16 15:31:06 +0800 |
| commit | e28f94b3a8e17bce3a840e274e786869bf1012bf (patch) | |
| tree | b115bdc9d61710c5059ff987370527ada02e56bb | |
| parent | cd4b83bc137d26107b9c71013dfce1db67ad7be0 (diff) | |
Upload New File
| -rw-r--r-- | init_mcn_network/crontab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/init_mcn_network/crontab b/init_mcn_network/crontab new file mode 100644 index 0000000..3f8bde4 --- /dev/null +++ b/init_mcn_network/crontab @@ -0,0 +1,16 @@ +SHELL=/bin/bash +PATH=/sbin:/bin:/usr/sbin:/usr/bin +MAILTO=root + +# For details see man 4 crontabs + +# Example of job definition: +# .---------------- minute (0 - 59) +# | .------------- hour (0 - 23) +# | | .---------- day of month (1 - 31) +# | | | .------- month (1 - 12) OR jan,feb,mar,apr ... +# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat +# | | | | | +# * * * * * user-name command to be executed + +*/5 * * * * root /home/init_adc_cpu_broad/init_adc_cpu_broad.sh run > /dev/null 2>&1 |
