11 lines
365 B
Plaintext
11 lines
365 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 --no-caps --stderr --verbose --debug
|