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.
16 lines
450 B
16 lines
450 B
Downstream-only patch to refer to /run instead of the legacy /var/run |
|
directory in the downstream nscd systemd socket file. |
|
|
|
diff --git a/nscd/nscd.socket b/nscd/nscd.socket |
|
index 7e512d5339fa1136..52a67608c7c55475 100644 |
|
--- a/nscd/nscd.socket |
|
+++ b/nscd/nscd.socket |
|
@@ -2,7 +2,7 @@ |
|
Description=Name Service Cache Daemon Socket |
|
|
|
[Socket] |
|
-ListenDatagram=/var/run/nscd/socket |
|
+ListenDatagram=/run/nscd/socket |
|
|
|
[Install] |
|
WantedBy=sockets.target
|
|
|