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: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=577780ac5c0dcd81ad282df59b643b396b354cd1;ds=sidebyside units: fix quota check description --- diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 65a70559d..59a0c773e 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 c527cc4ad..ddb51284d 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