You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
312 B
13 lines
312 B
diff --git a/sysctl.c b/sysctl.c
|
|
index bbca0b9..90d594d 100644
|
|
--- a/sysctl.c
|
|
+++ b/sysctl.c
|
|
@@ -624,7 +624,7 @@ static int PreloadSystem(void)
|
|
const char *dirs[] = {
|
|
"/etc/sysctl.d",
|
|
"/run/sysctl.d",
|
|
- "/usr/local/lib/sysctl.d",
|
|
+ "/var/etc/sysctl.d",
|
|
"/usr/lib/sysctl.d",
|
|
"/lib/sysctl.d",
|
|
};
|
|
|