diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:35:01 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:49:48 +0100 |
| commit | 77dea84aa6e816f66dc622cec8ae2668eba3c068 (patch) | |
| tree | 755536a0ed1fb36c2899e9bff9e092c4008a25c4 /clients/cloud-setup/nm-cloud-setup.service.in | |
| parent | 47f08826b44eed651b44dc8bacb5b46bc4c52067 (diff) | |
| parent | fd80297a396cc4dd7da4da20208fb360aa369aa7 (diff) | |
Merge branch 'debian/master' into ubuntu/master
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 |