mirror of https://github.com/apache/cloudstack.git
19 lines
348 B
Desktop File
19 lines
348 B
Desktop File
[Unit]
|
|
Description=CloudStack post-boot patching service using cmdline
|
|
DefaultDependencies=no
|
|
|
|
Before=network-pre.target
|
|
Wants=network-pre.target
|
|
|
|
Requires=local-fs.target
|
|
After=local-fs.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/cloud/bin/setup/cloud-early-config
|
|
RemainAfterExit=true
|
|
TimeoutStartSec=5min
|