File: crontab

package info (click to toggle)
integrit 2.03.02-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,328 kB
  • ctags: 555
  • sloc: ansic: 4,190; sh: 295; makefile: 257; perl: 224
file content (13 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#              field          allowed values
#              -----          --------------
#              minute         0-59
#              hour           0-23
#              day of month   0-31
#              month          0-12 (or names, see below)
#              day of week    0-7 (0 or 7 is Sun, or use names)
#
SHELL=/bin/sh

# run integrit check using read-only NFS mount in /mnt/dbserv
30 7 * * 2,3,5,6,7 if test ! -r /mnt/dbserv/script/integrit_check; then mount /mnt/dbserv; fi && (/mnt/twdb/script/integrit_check security@good.org)