Home | History | Annotate | Download | only in scrub
      1 [Unit]
      2 Description=Online ext4 Metadata Check Failure Reporting for %I
      3 
      4 [Service]
      5 Type=oneshot
      6 Environment=EMAIL_ADDR=root
      7 ExecStart=@pkglibdir@/e2scrub_fail "${EMAIL_ADDR}" %I
      8 User=mail
      9 Group=mail
     10 SupplementaryGroups=systemd-journal
     11