diff options
author | Daniel Buch <boogiewasthere@gmail.com> | 2014-08-26 21:17:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-09-25 16:39:18 +0200 |
commit | d6bc8348d5be8576a475ac8ced2b0146e60fb71f (patch) | |
tree | 1cc185bf0c719da2a39c679f7ddfe5ef47508143 /units/quotaon.service.in | |
parent | 4a3bb599609d687e0a501a748bfac491f5fb9f6c (diff) |
readahead: wipe out readahead
Diffstat (limited to 'units/quotaon.service.in')
-rw-r--r-- | units/quotaon.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/quotaon.service.in b/units/quotaon.service.in index 49a50a7feb..7d59a40195 100644 --- a/units/quotaon.service.in +++ b/units/quotaon.service.in @@ -9,7 +9,7 @@ Description=Enable File System Quotas Documentation=man:quotaon(8) DefaultDependencies=no -After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-quotacheck.service +After=systemd-quotacheck.service Before=local-fs.target shutdown.target ConditionPathExists=@QUOTAON@ |