summaryrefslogtreecommitdiff
path: root/units/systemd-quotacheck.service.in
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-02 17:28:30 -0400
committerLennart Poettering <lennart@poettering.net>2012-09-11 01:43:48 +0200
commitb51fc639f01ee6194af3e7e944a79accce474fe1 (patch)
tree66eecc6fd27a771a9d85cd79c5e05490de88df76 /units/systemd-quotacheck.service.in
parent742a862bb803641b78a40f6b498486397a321294 (diff)
downloadsystemd-b51fc639f01ee6194af3e7e944a79accce474fe1.tar.gz
build-sys: perform autodetection of quota-tools binaries
Use AC_PATH_PROG to try and locate the quotaon and quotacheck binaries, falling back on hardcoded defaults when they can't be found.
Diffstat (limited to 'units/systemd-quotacheck.service.in')
-rw-r--r--units/systemd-quotacheck.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-quotacheck.service.in b/units/systemd-quotacheck.service.in
index 319a3ced48..f726ea1bcd 100644
--- a/units/systemd-quotacheck.service.in
+++ b/units/systemd-quotacheck.service.in
@@ -11,7 +11,7 @@ Documentation=man:systemd-quotacheck.service(8)
DefaultDependencies=no
After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
Before=local-fs.target shutdown.target
-ConditionPathExists=/sbin/quotacheck
+ConditionPathExists=@QUOTACHECK@
[Service]
Type=oneshot