1afe905387
Restructuring of the addon to make use of the S6 overlay to make it more robust.
10 lines
361 B
Plaintext
10 lines
361 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: TVHeadend
|
|
# Starts TVHeadend
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting TVHeadend..."
|
|
|
|
exec /usr/bin/tvheadend -u root -g root -c /config/tvheadend
|