diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-28 12:33:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-28 12:33:19 +0200 |
commit | 3d161f991e16369aa59f447eb4cdb90af33261c8 (patch) | |
tree | ba05f77fcd46afb8a6dd2e9d271f1fa661d460cc /man/systemd-run.xml | |
parent | de158ed22db60e3a6654557fa4aa72f7248550af (diff) |
run: by default, wait until the transient unit finished start-up
Make this blocking behaviour optional with --no-block, similar to
systemctl's switch of this name.
Diffstat (limited to 'man/systemd-run.xml')
-rw-r--r-- | man/systemd-run.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 629bc4ac08..71b365c8eb 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -294,6 +294,18 @@ <command>set-property</command> command.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--no-block</option></term> + + <listitem> + <para>Do not synchronously wait for the requested operation + to finish. If this is not specified, the job will be + verified, enqueued and <command>systemd-run</command> will + wait until the unit's start-up is completed. By passing this + argument, it is only verified and enqueued.</para> + </listitem> + </varlistentry> + <xi:include href="user-system-options.xml" xpointer="user" /> <xi:include href="user-system-options.xml" xpointer="system" /> <xi:include href="user-system-options.xml" xpointer="host" /> |