diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-11-16 12:52:21 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-11-16 16:56:08 +0100 |
commit | b15f6eae421ad64773c0be934fd372d1ca230adb (patch) | |
tree | 5df37395ff7e530840947990090ea0eaf71ef808 /tmpfiles.d/meson.build | |
parent | Merge pull request #21275 from keszybz/makefs-quiet (diff) | |
download | systemd-b15f6eae421ad64773c0be934fd372d1ca230adb.tar.xz systemd-b15f6eae421ad64773c0be934fd372d1ca230adb.zip |
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/meson.build')
-rw-r--r-- | tmpfiles.d/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build index 6ae9e3e0b8..b8d3919025 100644 --- a/tmpfiles.d/meson.build +++ b/tmpfiles.d/meson.build @@ -7,6 +7,7 @@ files = [['README', ''], ['journal-nocow.conf', ''], ['systemd-nologin.conf', 'HAVE_PAM'], ['systemd-nspawn.conf', 'ENABLE_MACHINED'], + ['systemd-resolve.conf', 'ENABLE_RESOLVE'], ['systemd-tmp.conf', ''], ['portables.conf', 'ENABLE_PORTABLED'], ['systemd-pstore.conf', 'ENABLE_PSTORE'], |