From: Lennart Poettering Date: Wed, 20 Oct 2010 12:22:49 +0000 (+0200) Subject: units: properly use ConditionPathExists= instead of ConditionFileExists= X-Git-Tag: v12~197 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba5beeb1746dfc442c9476d93fddf2cb45d17cf1;p=thirdparty%2Fsystemd.git units: properly use ConditionPathExists= instead of ConditionFileExists= --- diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 9c8d7c8f0b4..089cffedcba 100644 --- a/units/quotacheck.service.in +++ b/units/quotacheck.service.in @@ -10,7 +10,7 @@ Description=Quota Check DefaultDependencies=no After=systemd-readahead-collect.service systemd-readahead-replay.service Before=local-fs.target shutdown.target -ConditionFileExists=/sbin/quotacheck +ConditionPathExists=/sbin/quotacheck [Service] Type=oneshot diff --git a/units/quotaon.service b/units/quotaon.service index 60f6be6441f..deaa9176428 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