/lib/systemd/system/quota.service is in quota 4.03-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [Unit]
Description=Initial Check File System Quotas
Documentation=man:quotacheck(8)
DefaultDependencies=no
After=systemd-remount-fs.service
Before=systemd-quotacheck.service shutdown.target
ConditionPathExists=/usr/share/quota/quota-initial-check.sh
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/share/quota/quota-initial-check.sh
StandardOutput=journal+console
[Install]
WantedBy=sysinit.target
|