<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 17, 2023, 15:44 Marc Haber <<a href="mailto:mh%2Bsystemd-devel@zugschlus.de">mh+systemd-devel@zugschlus.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
# /lib is necessary here, or execve will fail without indication for<br>
# reason - that was a surprise and hard to debug because even strace<br>
# didnt hint me towards the real issue<br>
ExecPaths=/usr/sbin/named /usr/sbin/rndc /lib<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">This one in particular is not a systemd issue: All dynamically linked binaries are executed through /lib/ld-linux*.so as their "interpreter". (`file` will show the exact path.) I wish that had a dedicated errno, though.</div></div>