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>
15 lines
278 B
Desktop File
15 lines
278 B
Desktop File
[Unit]
|
|
Description=Prowlarr
|
|
After=network.target wg-quick@wg0.service
|
|
Requires=wg-quick@wg0.service
|
|
|
|
[Service]
|
|
User=prowlarr
|
|
Group=prowlarr
|
|
ExecStart=/opt/Prowlarr/Prowlarr -nobrowser -data=/var/lib/prowlarr
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|