From: Lennart Poettering Date: Wed, 10 Feb 2016 20:47:07 +0000 (+0100) Subject: man: document that "systemctl enable" supports abbreviated unit file names X-Git-Tag: v229~10^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1534e170b495acf38e4540b9624fcb71b86cfdbf;p=thirdparty%2Fsystemd.git man: document that "systemctl enable" supports abbreviated unit file names Fixes: #1502 --- diff --git a/man/systemctl.xml b/man/systemctl.xml index cce78611393..51742bfaa6b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1703,7 +1703,7 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service unit specifications (designated as PATTERN...). In the first case, the unit name with or without a suffix must be given. If the suffix - is not specified, systemctl will append a suitable suffix, + is not specified ("abbreviated"), systemctl will append a suitable suffix, .service by default, and a type-specific suffix in case of commands which operate only on specific unit types. For example, @@ -1740,9 +1740,8 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service loaded are not considered for glob expansion. - For unit file commands, the specified - NAME should be the full name of the - unit file, or the absolute path to the unit file: + For unit file commands, the specified NAME should be the name of the unit file + (possibly abbreviated, see above), or the absolute path to the unit file: # systemctl enable foo.service or # systemctl link /path/to/foo.service