Upload etc/nsswitch.conf with huggingface_hub
Browse files- etc/nsswitch.conf +20 -0
etc/nsswitch.conf
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# /etc/nsswitch.conf
|
| 2 |
+
#
|
| 3 |
+
# Example configuration of GNU Name Service Switch functionality.
|
| 4 |
+
# If you have the `glibc-doc-reference' and `info' packages installed, try:
|
| 5 |
+
# `info libc "Name Service Switch"' for information about this file.
|
| 6 |
+
|
| 7 |
+
passwd: files
|
| 8 |
+
group: files
|
| 9 |
+
shadow: files
|
| 10 |
+
gshadow: files
|
| 11 |
+
|
| 12 |
+
hosts: files dns
|
| 13 |
+
networks: files
|
| 14 |
+
|
| 15 |
+
protocols: db files
|
| 16 |
+
services: db files
|
| 17 |
+
ethers: db files
|
| 18 |
+
rpc: db files
|
| 19 |
+
|
| 20 |
+
netgroup: nis
|