mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-27 12:04:43 +08:00
a2df58945c
Add the ability to run the e2scrub utilities as a periodically scheduled system service. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
12 lines
251 B
SYSTEMD
12 lines
251 B
SYSTEMD
[Unit]
|
|
Description=Periodic ext4 Online Metadata Check for All Filesystems
|
|
|
|
[Timer]
|
|
# Run on Sunday at 3:10am, to avoid running afoul of DST changes
|
|
OnCalendar=Sun *-*-* 03:10:00
|
|
RandomizedDelaySec=60
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|