diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-29 05:18:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-29 16:28:29 +0200 |
commit | 577780ac5c0dcd81ad282df59b643b396b354cd1 (patch) | |
tree | 37bbc473ecb3e9148c77652658696ef1fc1b7dc0 /units/quotaon.service | |
parent | 36044f5a7096eb3a2b4b865f5a5165da592fd9c8 (diff) |
units: fix quota check description
Diffstat (limited to 'units/quotaon.service')
-rw-r--r-- | units/quotaon.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/quotaon.service b/units/quotaon.service index c527cc4ad0..ddb51284d9 100644 --- a/units/quotaon.service +++ b/units/quotaon.service @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Quota Check +Description=Enable File System Quotas DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service quotacheck.service Before=local-fs.target shutdown.target |