docs(maintenance): note CT reboot vs host @reboot for 3501 net-up

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-28 15:37:54 -07:00
parent e0bb17eff7
commit d75c02a7ac

View File

@@ -1,6 +1,9 @@
#!/usr/bin/env bash
# Bring up static networking inside unprivileged LXC 3501 (ccip-monitor) when eth0 stays DOWN.
# Run on the Proxmox node that hosts VMID 3501 (r630-02). Optional: @reboot cron.
# Run on the Proxmox node that hosts VMID 3501 (r630-02). Optional: @reboot cron on the host.
#
# After `pct reboot 3501` (or stop/start), eth0 may be DOWN until you run this script again —
# host @reboot cron does not run on container-only reboots.
#
# Usage (on r630-02 as root): /usr/local/sbin/pct-lxc-3501-net-up.sh
# Install: scp to r630-02 /usr/local/sbin/ && chmod +x