11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Example
|
|
# Runs example1 script
|
|
# ==============================================================================
|
|
|
|
|
|
bashio::log.info "Starting Telegraf"
|
|
|
|
exec telegraf
|