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: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ba5beeb1746dfc442c9476d93fddf2cb45d17cf1 units: properly use ConditionPathExists= instead of ConditionFileExists= --- diff --git a/units/quotacheck.service.in b/units/quotacheck.service.in index 9c8d7c8f0..089cffedc 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 60f6be644..deaa91764 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