From b51fc639f01ee6194af3e7e944a79accce474fe1 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 2 Sep 2012 17:28:30 -0400 Subject: 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. --- units/systemd-quotacheck.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/systemd-quotacheck.service.in') 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 -- cgit v1.2.1