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 | |
parent | 36044f5a7096eb3a2b4b865f5a5165da592fd9c8 (diff) |
units: fix quota check description
-rw-r--r-- | units/quotacheck.service.in | 2 | ||||
-rw-r--r-- | units/quotaon.service | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 65a70559da..59a0c773eb 100644 --- a/units/quotacheck.service.in +++ b/units/quotacheck.service.in @@ -6,7 +6,7 @@ # (at your option) any later version. [Unit] -Description=Quota Check +Description=File System Quota Check DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs.target shutdown.target 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 |