From: micah Date: Wed, 11 Jan 2017 20:07:35 +0000 (-0500) Subject: Document how restart actions work (#5052) X-Git-Tag: v233~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6539dd7c42946d9ba5dc43028b8b5785eb2db3c5;p=thirdparty%2Fsystemd.git Document how restart actions work (#5052) When a user is trying to understand what is going on with a restart action, it is useful to explicitly describe how the action is run. It may seem obvious, but it is helpful to be explicit so one knows there isn't a special ExecRestart= or similar option that they could be looking at. --- diff --git a/man/systemctl.xml b/man/systemctl.xml index acf975138ac..1440d71925d 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -760,18 +760,18 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service restart PATTERN… - Restart one or more units specified on the command - line. If the units are not running yet, they will be - started. + Stop and then start one or more units specified on the + command line. If the units are not running yet, they will + be started. try-restart PATTERN… - Restart one or more units specified on the command - line if the units are running. This does nothing if units are not - running. + Stop and then start one or more units specified on the + command line if the units are running. This does nothing + if units are not running.