mirror of
https://github.com/rancher/os.git
synced 2025-07-12 14:18:01 +00:00
11 lines
326 B
SYSTEMD
11 lines
326 B
SYSTEMD
|
[Unit]
|
||
|
Description=Load system-provided cloud configs
|
||
|
|
||
|
# Generate /etc/environment
|
||
|
Requires=coreos-setup-environment.service
|
||
|
After=coreos-setup-environment.service
|
||
|
|
||
|
# Load OEM cloud-config.yml
|
||
|
Requires=system-cloudinit@usr-share-oem-cloud\x2dconfig.yml.service
|
||
|
After=system-cloudinit@usr-share-oem-cloud\x2dconfig.yml.service
|