]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2scrub: add service (cron, systemd) support
authorDarrick J. Wong <darrick.wong@oracle.com>
Sat, 24 Mar 2018 01:57:22 +0000 (18:57 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 Aug 2018 18:59:40 +0000 (14:59 -0400)
commita2df58945c232186c96ffa8958f555ed33965ff7
treeec38d5ead15d3a05dc20e9ab09defbd11e44db79
parenta089aec341997945ad2906414c39c09761a788b7
e2scrub: add service (cron, systemd) support

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>
18 files changed:
MCONFIG.in
configure
configure.ac
debian/e2fsprogs.files
debian/e2fsprogs.postinst
debian/e2fsprogs.postrm [new file with mode: 0644]
scrub/Makefile.in
scrub/e2scrub.in
scrub/e2scrub@.service.in [new file with mode: 0644]
scrub/e2scrub_all.cron.in [new file with mode: 0644]
scrub/e2scrub_all.in
scrub/e2scrub_all.service.in [new file with mode: 0644]
scrub/e2scrub_all.timer.in [new file with mode: 0644]
scrub/e2scrub_all_cron.in [new file with mode: 0644]
scrub/e2scrub_fail.in [new file with mode: 0644]
scrub/e2scrub_fail@.service.in [new file with mode: 0644]
scrub/e2scrub_reap.service.in [new file with mode: 0644]
util/subst.conf.in