From 1e8c094cb82aab23f6052b5052d1d85f1d7451ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 12 Dec 2021 20:30:26 +0100 Subject: man/sd-run: /bin/bash -> bash in -t example sd-run already does PATH lookup via find_executable_full() --- man/systemd-run.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man/systemd-run.xml') diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 99726dabfb..66ac26c5f8 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 -- cgit v1.2.1