From ba5beeb1746dfc442c9476d93fddf2cb45d17cf1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 Oct 2010 14:22:49 +0200 Subject: units: properly use ConditionPathExists= instead of ConditionFileExists= --- units/quotaon.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/quotaon.service') diff --git a/units/quotaon.service b/units/quotaon.service index 60f6be6441..deaa917642 100644 --- a/units/quotaon.service +++ b/units/quotaon.service @@ -10,7 +10,7 @@ Description=Quota Check DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service quotacheck.service Before=local-fs.target shutdown.target -ConditionFileExists=/sbin/quotaon +ConditionPathExists=/sbin/quotaon [Service] Type=oneshot -- cgit v1.2.3-54-g00ecf