Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Run connection-details in rc.local
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jul 20, 2020
1 parent 2c4fed6 commit 529c2a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions stage2/01-sys-tweaks/files/rc.local
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,12 @@ if [ ! -f /home/umbrel/statuses/service-configured ]; then
fi
fi

# Display connection details on the TTY
if command -v connection-details > /dev/null; then
# We run this in the background because it waits for the Tor hidden service
# to be created on first boot. rc.local needs to exit so the boot process
# can continue.
connection-details &
fi

exit 0

0 comments on commit 529c2a7

Please sign in to comment.