cloudstack/systemvm/debian/etc/systemd/system/cloud-postinit.service

13 lines
268 B
Desktop File

[Unit]
Description=CloudStack post-patching init script
After=cloud-early-config.service network.target local-fs.target
[Install]
WantedBy=multi-user.target
[Service]
Type=oneshot
ExecStart=/opt/cloud/bin/setup/postinit.sh
RemainAfterExit=true
TimeoutStartSec=10min