From d75c02a7ac06386471cfb5d611dec8339cd52013 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Sat, 28 Mar 2026 15:37:54 -0700 Subject: [PATCH] docs(maintenance): note CT reboot vs host @reboot for 3501 net-up Made-with: Cursor --- scripts/maintenance/pct-lxc-3501-net-up.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/maintenance/pct-lxc-3501-net-up.sh b/scripts/maintenance/pct-lxc-3501-net-up.sh index 6190944..012d70d 100755 --- a/scripts/maintenance/pct-lxc-3501-net-up.sh +++ b/scripts/maintenance/pct-lxc-3501-net-up.sh @@ -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