sd-run already does PATH lookup via find_executable_full()
<example>
<title>Allowing access to the tty</title>
- <para>The following command invokes <filename>/bin/bash</filename> as a service
- passing its standard input, output and error to the calling TTY.</para>
+ <para>The following command invokes <citerefentry><refentrytitle>bash</refentrytitle><manvolnum>1</manvolnum></citerefentry>
+ as a service passing its standard input, output and error to the calling TTY.</para>
- <programlisting># systemd-run -t --send-sighup /bin/bash</programlisting>
+ <programlisting># systemd-run -t --send-sighup bash</programlisting>
</example>
<example>