[pve] Weekly backup 2026-06-08 — 42 files changed, 869 insertions(+)

This commit is contained in:
Proxmox Backup
2026-06-08 22:46:05 -05:00
parent 3daf25fdeb
commit 81fc88085e
42 changed files with 869 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=JARVIS Monitoring Agent
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /opt/jarvis-agent/jarvis-agent.py
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target