[Unit] Description=Auto-start Coolify LXC + Docker stack + Cloudflare tunnel after boot # Managed by the Proxmox & Coolify Manager repo (scripts/host/coolify-autostart.service). # Run after Proxmox has processed onboot guests and the network is up. This is a # self-healing safety net on top of the LXC onboot flag and Docker restart # policies, not a replacement for them. After=pve-guests.service network-online.target Wants=pve-guests.service network-online.target [Service] Type=oneshot ExecStart=/usr/local/bin/coolify-autostart.sh RemainAfterExit=yes TimeoutStartSec=300 [Install] WantedBy=multi-user.target