mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
sysctl: correct /usr/local/lib path
This commit is contained in:
parent
adf70c5e4e
commit
40013ebc3d
@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
|
|||||||
r = conf_files_list(&files, ".conf",
|
r = conf_files_list(&files, ".conf",
|
||||||
"/run/sysctl.d",
|
"/run/sysctl.d",
|
||||||
"/etc/sysctl.d",
|
"/etc/sysctl.d",
|
||||||
"/usr/local/sysctl.d",
|
"/usr/local/lib/sysctl.d",
|
||||||
"/usr/lib/sysctl.d",
|
"/usr/lib/sysctl.d",
|
||||||
"/lib/sysctl.d",
|
"/lib/sysctl.d",
|
||||||
NULL);
|
NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user