diff options
author | Andrey Borzenkov <arvidjaar@gmail.com> | 2011-03-11 20:51:48 +0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-03-16 03:54:59 +0100 |
commit | f1f8cfd0a2654069cb3f792556320d8e214fd930 (patch) | |
tree | 70c3df8251ac5889a7946e3b7630f540acae38d2 | |
parent | 196e3fa74a88a04b0ecec7d3af648287dd088f8a (diff) |
man: fix systemctl try-restart description
It is no more error when service is not running.
-rw-r--r-- | man/systemctl.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index d6e0a51f2b..535f9bd13b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -468,9 +468,9 @@ <listitem><para>Restart one or more units specified on the command - line. If the units are not running yet - the operation will - fail. Note that for compatibility + line if the units are running. Do + nothing if units are not running. + Note that for compatibility with Red Hat init scripts <command>condrestart</command> is equivalent to this command.</para></listitem> |