Skip to content

Commit

Permalink
Merge pull request #99 from subspacecommunity/bug/envvars
Browse files Browse the repository at this point in the history
source envvars before service run
  • Loading branch information
jack1902 authored Jun 25, 2020
2 parents 15ff6db + b7e24a3 commit 84847b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ if ! test -d /etc/service/subspace; then
mkdir /etc/service/subspace
cat <<RUNIT >/etc/service/subspace/run
#!/bin/sh
source /etc/envvars
exec /usr/bin/subspace \
"--http-host=${SUBSPACE_HTTP_HOST}" \
"--http-addr=${SUBSPACE_HTTP_ADDR}" \
Expand Down

0 comments on commit 84847b5

Please sign in to comment.