From: наб Date: Sun, 12 Dec 2021 19:30:26 +0000 (+0100) Subject: man/sd-run: /bin/bash -> bash in -t example X-Git-Tag: v250-rc3~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21749%2Fhead;p=thirdparty%2Fsystemd.git man/sd-run: /bin/bash -> bash in -t example sd-run already does PATH lookup via find_executable_full() --- diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 99726dabfbb..66ac26c5f87 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -479,10 +479,10 @@ Dec 08 20:44:48 container systemd[1]: Started /bin/touch /tmp/foo. Allowing access to the tty - The following command invokes /bin/bash as a service - passing its standard input, output and error to the calling TTY. + The following command invokes bash1 + as a service passing its standard input, output and error to the calling TTY. - # systemd-run -t --send-sighup /bin/bash + # systemd-run -t --send-sighup bash