This commit is contained in:
ai-dev 2024-11-01 23:14:31 +01:00
parent 0f3427dd1e
commit ad7b1cee15
2 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,9 @@
#!/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

View File

@ -1 +1 @@
exec /usr/local/bin/act_runner daemon
bash run