#!/bin/sh # e2check configuration file # This file follows the pattern of sshd_config: default # values are shown here, commented-out. # EMAIL # Address to send failure notifications to. If empty, # failure notifications will not be sent. #EMAIL='root' # INTERVAL # Days to wait between checks. All LVs use the same # INTERVAL, but the "days since last check" value can # be different per LV, since that value is stored in # the filesystem superblock. #INTERVAL=30 # AC_UNKNOWN # Whether to run the e2fsck checks if the script can't # determine whether the machine is on AC power. Laptop # users will want to set this to ABORT, while server and # desktop users will probably want to set this to # CONTINUE. Those are the only two valid values. #AC_UNKNOWN="CONTINUE"