11 lines
328 B
Plaintext
11 lines
328 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Example
|
|
# Runs example1 script
|
|
# ==============================================================================
|
|
|
|
|
|
bashio::log.info "Starting syslog-ng"
|
|
|
|
exec /usr/sbin/syslog-ng -F
|