This unit is provided by:
Options
- 
    [Service]- 
        ExecStart=/lib/systemd/systemd-quotacheck
- 
        ExecStart=/usr/lib/systemd/systemd-quotacheck
- 
        RemainAfterExit=yes
- 
        TimeoutSec=0
- 
        Type=oneshot
 
- 
        
- 
    [Unit]- 
        After=systemd-remount-fs.service
- 
        Before=remote-fs.target shutdown.target
- 
        ConditionPathExists=/sbin/quotacheck
- 
        ConditionPathExists=/usr/bin/quotacheck
- 
        ConditionPathExists=/usr/sbin/quotacheck
- 
        DefaultDependencies=no
- 
        Description=File System Quota Check
- 
        Documentation=man:systemd-quotacheck.service(8)
 
- 
        
Additionnal notes
Nothing here.