From: Václav Pavlín Date: Thu, 31 Oct 2013 13:36:41 +0000 (+0100) Subject: man: explain NAME in systemctl man page X-Git-Tag: v209~1691 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=c9197a76ae552991b99673d104019e0940d6ad84 man: explain NAME in systemctl man page --- diff --git a/man/systemctl.xml b/man/systemctl.xml index be6b5ea1f..605b7869b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -63,6 +63,19 @@ along with systemd; If not, see . introspect and control the state of the systemd1 system and service manager. + + For Unit Commands the NAME represents full name of unit. + +systemctl start foo.service + + For Unit File Commands the NAME represents full name of the unit file, or absolute path to the unit file. + +systemctl start /path/to/foo.service + + While working with services/service files, systemctl is able to append .service suffix when it is missing. + +systemctl start foo +