summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAndrey Borzenkov <arvidjaar@gmail.com>2011-03-11 20:51:48 +0300
committerLennart Poettering <lennart@poettering.net>2011-03-16 03:54:59 +0100
commitf1f8cfd0a2654069cb3f792556320d8e214fd930 (patch)
tree70c3df8251ac5889a7946e3b7630f540acae38d2 /man
parent196e3fa74a88a04b0ecec7d3af648287dd088f8a (diff)
man: fix systemctl try-restart description
It is no more error when service is not running.
Diffstat (limited to 'man')
-rw-r--r--man/systemctl.xml6
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>