summaryrefslogtreecommitdiff
path: root/tmpfiles.d/etc.conf.in
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-16 12:52:21 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-11-16 16:56:08 +0100
commitb15f6eae421ad64773c0be934fd372d1ca230adb (patch)
tree5df37395ff7e530840947990090ea0eaf71ef808 /tmpfiles.d/etc.conf.in
parent67d0c6744f6208ff7a0bc36c765a1dc4eac26a75 (diff)
downloadsystemd-b15f6eae421ad64773c0be934fd372d1ca230adb.tar.gz
tmpfiles: split out config for systemd-resolve
This mirrors what was done in 564761fcaeda8c013210f7c6934847a6d0228ec9 for sysusers.d. If we allow separating resolved sysusers config in a subpackage, we should do the same for the symlink that is only useful when resolved is installed. Related to #21317.
Diffstat (limited to 'tmpfiles.d/etc.conf.in')
-rw-r--r--tmpfiles.d/etc.conf.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmpfiles.d/etc.conf.in b/tmpfiles.d/etc.conf.in
index 2323fd8cd8..ebdc699c26 100644
--- a/tmpfiles.d/etc.conf.in
+++ b/tmpfiles.d/etc.conf.in
@@ -12,9 +12,6 @@ L+ /etc/mtab - - - - ../proc/self/mounts
{% if HAVE_SMACK_RUN_LABEL %}
t /etc/mtab - - - - security.SMACK64=_
{% endif %}
-{% if ENABLE_RESOLVE %}
-L! /etc/resolv.conf - - - - ../run/systemd/resolve/stub-resolv.conf
-{% endif %}
C! /etc/nsswitch.conf - - - -
{% if HAVE_PAM %}
C! /etc/pam.d - - - -