From: Lennart Poettering Date: Fri, 29 Oct 2010 03:18:22 +0000 (+0200) Subject: units: fix quota check description X-Git-Tag: v12~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=577780ac5c0dcd81ad282df59b643b396b354cd1;p=thirdparty%2Fsystemd.git units: fix quota check description --- diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 65a70559daf..59a0c773eb2 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 c527cc4ad0d..ddb51284d9c 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