X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fpath-lookup.c;h=5f5ad8c9f59c3b2079f0f793e241797650c369ea;hp=e1925f1a4d54e4fb5ca328c6bf7e1cbd5170f77a;hb=cd0504d0a13d8297b97c9238fd1b94b4141c5aa8;hpb=f437d5d203ff9498ac967c8153169fc79ab6b584 diff --git a/src/path-lookup.c b/src/path-lookup.c index e1925f1a4..5f5ad8c9f 100644 --- a/src/path-lookup.c +++ b/src/path-lookup.c @@ -56,7 +56,8 @@ static char** user_dirs(void) { const char * const config_unit_paths[] = { "/run/systemd/user", USER_CONFIG_UNIT_PATH, - "/etc/systemd/user" + "/etc/systemd/user", + NULL }; const char * const data_unit_paths[] = { @@ -64,7 +65,8 @@ static char** user_dirs(void) { "/usr/local/share/systemd/user", USER_DATA_UNIT_PATH, "/usr/lib/systemd/user", - "/usr/share/systemd/user" + "/usr/share/systemd/user", + NULL }; const char *home, *e; @@ -207,7 +209,7 @@ int lookup_paths_init(LookupPaths *p, ManagerRunningAs running_as, bool personal * the arrays in user_dirs() above! */ "/run/systemd/user", USER_CONFIG_UNIT_PATH, - "/etc/systemd/system", + "/etc/systemd/user", "/usr/local/lib/systemd/user", "/usr/local/share/systemd/user", USER_DATA_UNIT_PATH,