From ba5beeb1746dfc442c9476d93fddf2cb45d17cf1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 20 Oct 2010 14:22:49 +0200 Subject: [PATCH] units: properly use ConditionPathExists= instead of ConditionFileExists= --- 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 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 -- 2.30.2