mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
When systemd is built with musl, nss modules are not supported, hence the file is not necessary. Let's not install the file.
17 lines
388 B
Plaintext
17 lines
388 B
Plaintext
# This file is part of systemd.
|
|
|
|
passwd: files systemd
|
|
group: files [SUCCESS=merge] systemd
|
|
shadow: files systemd
|
|
gshadow: files systemd
|
|
|
|
hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns
|
|
networks: files
|
|
|
|
protocols: db files
|
|
services: db files
|
|
ethers: db files
|
|
rpc: db files
|
|
|
|
netgroup: nis
|