[pve2] Weekly backup 2026-06-08 — 11 files changed, 126 insertions(+)

This commit is contained in:
Proxmox Backup
2026-06-08 22:45:51 -05:00
parent 04fc9941ff
commit 3daf25fdeb
11 changed files with 126 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=JARVIS Agent
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /opt/jarvis-agent/jarvis-agent.py
WorkingDirectory=/opt/jarvis-agent
Restart=always
RestartSec=10
StartLimitInterval=60
StartLimitBurst=5
[Install]
WantedBy=multi-user.target