mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-24 06:51:31 +01:00
11 lines
344 B
Plaintext
11 lines
344 B
Plaintext
#!/command/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Tor
|
|
# Runs the Tor daemon
|
|
# ==============================================================================
|
|
bashio::log.info "Starting Tor..."
|
|
|
|
# Run the Tor daemon
|
|
exec tor
|