summaryrefslogtreecommitdiff
path: root/units/quotaon.service.in
Commit message (Collapse)AuthorAgeFilesLines
* Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* units: move Before deps for quota services to remote-fs.target (#5627)tblume2017-03-301-1/+1
| | | | | | | | | Creating quota on an iscsi device is causing dependency loops at next reboot. Reason is that systemd-quotacheck and quotaon.service are ordered before local-fs.target and quota enabled mounts have a before dependency to them. This cannot work for _netdev mounts, because network activation is ordered after local-fs.target. Moving the Before dependency for systemd-quotacheck and quotaon.service to remote-fs.target fixes this.
* readahead: wipe out readaheadDaniel Buch2014-09-251-1/+1
|
* build-sys: perform autodetection of quota-tools binariesDave Reisner2012-09-111-0/+19
Use AC_PATH_PROG to try and locate the quotaon and quotacheck binaries, falling back on hardcoded defaults when they can't be found.