mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-12-18 22:41:34 +08:00
48cc00797c
Allow the sender and recipient e-mail addresses be configurable from /etc/e2scrub.conf. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
11 lines
221 B
SYSTEMD
11 lines
221 B
SYSTEMD
[Unit]
|
|
Description=Online ext4 Metadata Check Failure Reporting for %I
|
|
Documentation=man:e2scrub(8)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@pkglibdir@/e2scrub_fail "%I"
|
|
User=mail
|
|
Group=mail
|
|
SupplementaryGroups=systemd-journal
|