Skip to content

Commit 394db01

Browse files
committed
Add full link to upstream's run file
1 parent eb283cf commit 394db01

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

run

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ bashio::log.info "Activating venv"
100100
bashio::log.info "Setting new \$HOME"
101101
export HOME="$( getent passwd "$USER" | cut -d: -f6 )"
102102

103-
# Everything below should be kept in sync with
104-
# core:rootfs/etc/services.d/home-assistant/run
105-
# from upstream:
103+
# Everything below should be kept in sync with upstream's
104+
# https://github.com/home-assistant/core/blob/dev/rootfs/etc/services.d/home-assistant/run
106105
cd "$CONFIG_PATH" || bashio::exit.nok "Can't find config folder: $CONFIG_PATH"
107106

108107
# Enable Jemalloc for Home Assistant Core, unless disabled

0 commit comments

Comments
 (0)