mirror of
https://github.com/myronblair/mediastack
synced 2026-06-30 17:50:33 -05:00
ef86214caa
VM 113 on PVE1: Sonarr/Radarr/Prowlarr/qBittorrent behind WireGuard VPN. All traffic exits through DO server, bypassing home ISP. NFS exports movies and TV to Jellyfin (VM 112). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
314 B
Desktop File
17 lines
314 B
Desktop File
[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
|