diff options
Diffstat (limited to 'clients/cloud-setup/nm-cloud-setup.service.in')
| -rw-r--r-- | clients/cloud-setup/nm-cloud-setup.service.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clients/cloud-setup/nm-cloud-setup.service.in b/clients/cloud-setup/nm-cloud-setup.service.in index 57f9e931..809f707d 100644 --- a/clients/cloud-setup/nm-cloud-setup.service.in +++ b/clients/cloud-setup/nm-cloud-setup.service.in @@ -1,5 +1,6 @@ [Unit] Description=Automatically configure NetworkManager in cloud +Documentation=man:nm-cloud-setup(8) After=NetworkManager.service [Service] @@ -11,6 +12,9 @@ ExecStart=@libexecdir@/nm-cloud-setup # Cloud providers are disabled by default. You need to # Opt-in by setting the right environment variable for # the provider. +# +# Create a drop-in file to overwrite these variables or +# use systemctl edit. #Environment=NM_CLOUD_SETUP_EC2=yes #Environment=NM_CLOUD_SETUP_GCP=yes #Environment=NM_CLOUD_SETUP_AZURE=yes |