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/systemctl.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/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 8c0a01d3e1..4e77af5259 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -316,8 +316,8 @@ <para>Do not synchronously wait for the requested operation to finish. If this is not specified, the job will be verified, enqueued and <command>systemctl</command> will - wait until it is completed. By passing this argument, it is - only verified and enqueued.</para> + wait until the unit's start-up is completed. By passing this + argument, it is only verified and enqueued.</para> </listitem> </varlistentry> |