Files
importarr/deploy/importarr.service
daniels f4d151f9fe Remove legacy Importarr status UI
Run the service through the FastAPI entrypoint only to avoid split UI paths.
2026-07-29 14:46:25 +02:00

16 lines
338 B
Desktop File

[Unit]
Description=Importarr manual media importer web UI
After=network-online.target
Wants=network-online.target
[Service]
EnvironmentFile=-/etc/importarr/importarr.env
EnvironmentFile=-/opt/importarr/build.env
ExecStart=/opt/importarr/venv/bin/importarr
Restart=on-failure
RestartSec=5s
User=root
[Install]
WantedBy=multi-user.target