chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
196e3fa
)
man: fix systemctl try-restart description
author
Andrey Borzenkov
<arvidjaar@gmail.com>
Fri, 11 Mar 2011 17:51:48 +0000
(20:51 +0300)
committer
Lennart Poettering
<lennart@poettering.net>
Wed, 16 Mar 2011 02:54:59 +0000
(
03:54
+0100)
It is no more error when service is not running.
man/systemctl.xml
patch
|
blob
|
history
diff --git
a/man/systemctl.xml
b/man/systemctl.xml
index d6e0a51f2b34d89ad63017808864eb28863632da..535f9bd13be8dc3b15d15a9f899fd42d614b5b59 100644
(file)
--- 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>