mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-07 06:03:51 +00:00
timedated: support --enable-split-usr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user