[systemd-commits] man/systemctl.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Mar 15 19:55:14 PDT 2011
man/systemctl.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f1f8cfd0a2654069cb3f792556320d8e214fd930
Author: Andrey Borzenkov <arvidjaar at gmail.com>
Date: Fri Mar 11 20:51:48 2011 +0300
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 d6e0a51..535f9bd 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>
More information about the systemd-commits
mailing list