From: Andrey Borzenkov Date: Fri, 11 Mar 2011 17:51:48 +0000 (+0300) Subject: man: fix systemctl try-restart description X-Git-Tag: v21~63 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f1f8cfd0a2654069cb3f792556320d8e214fd930 man: fix systemctl try-restart description It is no more error when service is not running. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index d6e0a51f2..535f9bd13 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -468,9 +468,9 @@ 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 condrestart is equivalent to this command.