meson: don't put a symlink pointing to '20-systemd-userdb.conf' in /etc in all cases

It's only needed on distros where sshd doesn't support drop-ins in /usr, which
is not the case on SUSE.
This commit is contained in:
Franck Bui
2024-05-24 15:38:13 +02:00
parent de0f11d790
commit 50d80ec5ac
3 changed files with 9 additions and 4 deletions

View File

@@ -7,4 +7,6 @@
# See tmpfiles.d(5) for details
{% if LINK_SSHD_USERDB_DROPIN %}
L {{SSHDCONFDIR}}/20-systemd-userdb.conf - - - - {{LIBEXECDIR}}/sshd_config.d/20-systemd-userdb.conf
{% endif %}