From 577780ac5c0dcd81ad282df59b643b396b354cd1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Oct 2010 05:18:22 +0200 Subject: [PATCH] units: fix quota check description --- units/quotacheck.service.in | 2 +- units/quotaon.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2