Files
hassio-addons/seerr/rootfs/etc/services.d/seerr/run
2026-02-19 09:20:55 +00:00

9 lines
134 B
Plaintext
Executable File

#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
cd /app || exit 1
bashio::log.info "Starting Seerr..."
exec npm start