summaryrefslogtreecommitdiff
path: root/sys-apps/systemd/files/nsswitch.conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/systemd/files/nsswitch.conf')
-rw-r--r--sys-apps/systemd/files/nsswitch.conf27
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-apps/systemd/files/nsswitch.conf b/sys-apps/systemd/files/nsswitch.conf
deleted file mode 100644
index 00667c0c..00000000
--- a/sys-apps/systemd/files/nsswitch.conf
+++ /dev/null
@@ -1,27 +0,0 @@
-# Sample nss configuration for systemd
-
-# systemd-specific modules
-# See the manual pages fore further information.
-# nss-myhostname - host resolution for the local hostname
-# nss-mymachines - host, user, group resolution for containers
-# nss-resolve - host resolution using resolved
-# nss-systemd - dynamic user/group resolution (DynamicUser in unit files)
-
-passwd: compat mymachines systemd
-shadow: compat
-group: compat mymachines systemd
-gshadow: files
-
-hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
-networks: files
-
-services: db files
-protocols: db files
-rpc: db files
-ethers: db files
-netmasks: files
-netgroup: files
-bootparams: files
-
-automount: files
-aliases: files