timedated: support --enable-split-usr

This commit is contained in:
Dave Reisner
2013-10-30 11:06:43 -04:00
parent c50e28a38c
commit 36f9f99556
+3
View File
@@ -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;