This unit is provided by:
Options
- 
    [Service]- 
        AmbientCapabilities=CAP_SYS_ADMIN CAP_SYS_RAWIO
- 
        CPUSchedulingPolicy=idle
- 
        Environment=SERVICE_MODE=1
- 
        ExecStart=/sbin/e2scrub -t %I
- 
        ExecStart=/usr/bin/e2scrub -t %I
- 
        ExecStart=/usr/sbin/e2scrub -t %I
- 
        IOSchedulingClass=idle
- 
        NoNewPrivilegesIntroduced in systemd 239=yes
- 
        PrivateNetwork=yes
- 
        PrivateTmp=yes
- 
        ProtectControlGroupsIntroduced in systemd 232=yes
- 
        ProtectHomeIntroduced in systemd 214=read-only
- 
        ProtectHostnameIntroduced in systemd 242=yes
- 
        ProtectKernelLogsIntroduced in systemd 244=yes
- 
        ProtectKernelTunablesIntroduced in systemd 232=yes
- 
        ProtectSystemIntroduced in systemd 214=yes
- 
        RestrictRealtimeIntroduced in systemd 231=yes
- 
        SyslogIdentifier=%N
- 
        Type=oneshot
- 
        User=root
- 
        WorkingDirectory=/
 
- 
        
- 
    [Unit]- 
        Description=Online ext4 Metadata Check for %I
- 
        Documentation=man:e2scrub(8)
- 
        OnFailure=e2scrub_fail@%i.service
 
- 
        
Additionnal notes
Nothing here.