From 36f9f99556b2fd90705a9eda2e8f182b1e63a15e Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 30 Oct 2013 11:06:43 -0400 Subject: timedated: support --enable-split-usr --- src/timedate/timedated.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/timedate/timedated.c') diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index 3d450ca3fa..9858f5694c 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -248,6 +248,9 @@ static char** get_ntp_services(void) { "/run/systemd/ntp-units.d", "/usr/local/lib/systemd/ntp-units.d", "/usr/lib/systemd/ntp-units.d", +#ifdef HAVE_SPLIT_USR + "/lib/systemd/ntp-units.d", +#endif NULL); if (k < 0) return NULL; -- cgit v1.2.3-54-g00ecf