mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 18:13:30 +08:00
man: fix flag in systemd-run (#5107)
This commit is contained in:
parent
301a21a880
commit
b03ec00960
@ -77,7 +77,7 @@
|
||||
other service, and thus shows up in the output of <command>systemctl list-units</command> like any other unit. It
|
||||
will run in a clean and detached execution environment, with the service manager as its parent process. In this
|
||||
mode, <command>systemd-run</command> will start the service asynchronously in the background and return after the
|
||||
command has begun execution (unless <option>--no-block</option> or <option>--watch</option> are specified, see
|
||||
command has begun execution (unless <option>--no-block</option> or <option>--wait</option> are specified, see
|
||||
below).</para>
|
||||
|
||||
<para>If a command is run as transient scope unit, it will be executed by <command>systemd-run</command> itself as
|
||||
|
Loading…
Reference in New Issue
Block a user