mirror of https://github.com/apache/cloudstack.git
15 lines
311 B
Desktop File
15 lines
311 B
Desktop File
[Unit]
|
|
Description=CloudStack post-patching init script
|
|
After=cloud-early-config.service network.target local-fs.target
|
|
Before=ssh.service
|
|
Requires=network.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/cloud/bin/setup/postinit.sh
|
|
RemainAfterExit=true
|
|
TimeoutStartSec=1min
|