🏦 Start as embassy hostname from the begining (#1814)

* 🏦 start as embassy hostname from the begining

By this, we are limiting the number of hostname changes (from 3 to 2) during the first initial Embassy startup.

* Hostname change no longer needed
This commit is contained in:
Mariusz Kogen
2022-09-21 18:56:52 +02:00
committed by GitHub
parent 395db5f1cf
commit 7575e8c1de
2 changed files with 2 additions and 1 deletions

View File

@@ -97,7 +97,6 @@ touch /root/.docker/config.json
docker run --privileged --rm tonistiigi/binfmt --install all
docker network create -d bridge --subnet 172.18.0.1/16 start9 || true
mkdir -p /etc/embassy
hostnamectl set-hostname "embassy"
systemctl enable embassyd.service embassy-init.service
cat << EOF > /etc/tor/torrc
SocksPort 0.0.0.0:9050