mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-08-28 09:27:04 +00:00
b24379642e
this patch is to avoid bugs/issues while userdata is being processed
18 lines
445 B
Plaintext
18 lines
445 B
Plaintext
[Unit]
|
|
Description=cloud-init pre-network job
|
|
After=local-fs.target
|
|
Before=cloud-init.service network.target systemd-networkd.service
|
|
Wants=local-fs.target sshd.service sshd-keygen.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=@prefix@/bin/cloud-init --first-boot-setup --no-network --metadata
|
|
RemainAfterExit=yes
|
|
TimeoutSec=0
|
|
|
|
# Output needs to appear in instance console output
|
|
StandardOutput=journal+console
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|