11 lines
385 B
Plaintext
Executable File
11 lines
385 B
Plaintext
Executable File
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: TVHeadend
|
|
# Starts TVHeadend
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting TVHeadend..."
|
|
|
|
exec /usr/bin/tvheadend -u root -g root -c /config/tvheadend
|