PHP 8.5.2
Preview: cloud-init.service Size: 785 B
//etc/systemd/system/cloud-init.target.wants/cloud-init.service

[Unit]
Description=Initial cloud-init job (metadata service crawler)
DefaultDependencies=no
Wants=cloud-init-local.service
Wants=sshd-keygen.service
Wants=sshd.service
After=cloud-init-local.service
After=systemd-networkd-wait-online.service
After=networking.service
Before=network-online.target
Before=sshd-keygen.service
Before=sshd.service
Before=sysinit.target
Before=shutdown.target
Conflicts=shutdown.target
ConditionPathExists=!/etc/cloud/cloud-init.disabled
ConditionKernelCommandLine=!cloud-init=disabled
ConditionEnvironment=!KERNEL_CMDLINE=cloud-init=disabled

[Service]
Type=oneshot
ExecStart=/usr/bin/cloud-init init
RemainAfterExit=yes
TimeoutSec=0

# Output needs to appear in instance console output
StandardOutput=journal+console

[Install]
WantedBy=cloud-init.target

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
585 B lrw-r--r-- 2024-04-05 23:18:48
Edit Download
657 B lrw-r--r-- 2024-04-05 23:18:48
Edit Download
707 B lrw-r--r-- 2024-04-05 23:18:48
Edit Download
785 B lrw-r--r-- 2024-04-05 23:18:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).