9 lines
369 B
Plaintext
9 lines
369 B
Plaintext
|
#!/command/with-contenv bashio
|
||
|
# shellcheck shell=bash
|
||
|
# ==============================================================================
|
||
|
# Home Assistant Community Add-on: actrunner
|
||
|
# Runs the actrunner daemon
|
||
|
# ==============================================================================
|
||
|
bashio::log.info "Starting actrunner..."
|
||
|
|
||
|
exec /usr/local/bin/act_runner daemon
|