*Removing some noused cron task. *Changing the DAC of the some files about cron and logrotate.
16 lines
381 B
Plaintext
16 lines
381 B
Plaintext
#
|
|
# Vixie cron /etc/crontab
|
|
#
|
|
|
|
# globals
|
|
SHELL=/bin/bash
|
|
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
|
MAILTO=""
|
|
|
|
0 20 * * * sysadmin /usr/sbin/runjobs /etc/cron/daily
|
|
0 20 * * * d5000 /usr/sbin/xrm.sh
|
|
#Every Sunday morning, 5:0
|
|
0 5 * * 7 audadmin /usr/sbin/linx-watch-top.sh&
|
|
0 * * * * sysadmin /usr/sbin/update_time.sh
|
|
*/1 * * * * audadmin /usr/sbin/get_max_mem_process.sh
|