plum-control-mcp/deploy/tvanarchy-bridge.service
Natalie 4c8b5702f9 feat(@applications/plum-control-mcp): add http bridge endpoint for tvanarchy
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 19:50:44 -07:00

16 lines
378 B
Desktop File

[Unit]
Description=TVAnarchy bridge — HTTP transport over plum-control-mcp for the iOS app
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
EnvironmentFile=__ENV__
ExecStart=__BUN__ run __HTTP__
Restart=on-failure
RestartSec=5
# Long video streams: don't let the watchdog reap a busy process.
TimeoutStopSec=20
[Install]
WantedBy=default.target