systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart"
authorLennart Poettering <lennart@poettering.net>
Thu, 28 Jan 2016 17:57:04 +0000 (18:57 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Jan 2016 17:57:04 +0000 (18:57 +0100)
commitaabf5d42434082ae4e2d0c98d4705f58ee707567
tree797980331963fdb87e098d3f8e336a1b4bd2d289
parent42f729c15e880fa2cff225ff9937c475e10493d9
systemctl: rename "reload-or-try-restart" verb to "try-reload-or-restart"

But also keep the old name as (undocumented) compatibility around.

The reload-or-try-restart was documented to be a NOP if the unit is not running, since the previous commits this is
also implemented. The old name suggests that the "try" logic only applies to restarting. Fix this, by moving the "try-"
to the front, to indicate that the whole option is a NOP if the service isn't running.
man/systemctl.xml
shell-completion/bash/systemctl.in
shell-completion/zsh/_systemctl.in
src/systemctl/systemctl.c