From faf205de3ba9a11b0ba17682123d7f3fedc7da24 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 24 Sep 2019 09:16:49 +0200 Subject: [PATCH] man: alias names can't be used with enable command --- man/systemd.unit.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index d812108d3cd..409cf9e2c07 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -137,10 +137,10 @@ a symlink, so when systemd is asked through D-Bus to load dbus-org.freedesktop.network1.service, it'll load systemd-networkd.service. Alias names may be used in commands like - enable, disable, start, stop, - status, and similar, and in all unit dependency directives, including - Wants=, Requires=, Before=, - After=. Aliases cannot be used with the preset command. + disable, start, stop, status, + and similar, and in all unit dependency directives, including Wants=, + Requires=, Before=, After=. Aliases cannot be + used with the preset command. Unit files may specify aliases through the Alias= directive in the [Install] section. When the unit is enabled, symlinks will be created for those names, and removed when the unit is -- 2.47.3