mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-05 13:11:46 +00:00
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
|