16 lines
378 B
Desktop File
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
|