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