From a3d686a0eebb1e43c1810fd286a0c34fcaedf430 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 2 Feb 2021 17:39:58 +0100 Subject: [PATCH] man: clarify use of `systemctl edit` in `man nm-cloud-setup` --- man/nm-cloud-setup.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/man/nm-cloud-setup.xml b/man/nm-cloud-setup.xml index 2ffee5b055..388ef3ba91 100644 --- a/man/nm-cloud-setup.xml +++ b/man/nm-cloud-setup.xml @@ -161,8 +161,12 @@ Environment Variables - The environment variables are used to configure /usr/libexec/nm-cloud-setup. - You may want to configure them in the systemd service with systemctl edit nm-cloud-setup.service. + The following environment variables are used to configure /usr/libexec/nm-cloud-setup. + You may want to configure them with a drop-in for the systemd service. + For example by calling systemctl edit nm-cloud-setup.service + and configuring [Service] Environment=, as described in + systemd.exec5 + manual.