Skip to content

Commit

Permalink
Merge pull request #3 from stackhpc/issue/2
Browse files Browse the repository at this point in the history
Use upstream default for DB path
  • Loading branch information
jovial authored Oct 3, 2022
2 parents d4c9e72 + b9823af commit a4b61b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/usr/bin/tangd-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -e

TANG_LISTEN_PORT=${TANG_LISTEN_PORT:-80}

mkdir -p /var/db/tang /var/cache/tang
mkdir -p /var/db/tang

socat tcp-l:$TANG_LISTEN_PORT,reuseaddr,fork exec:"/usr/libexec/tangd /var/cache/tang"
socat tcp-l:$TANG_LISTEN_PORT,reuseaddr,fork exec:"/usr/libexec/tangd /var/db/tang"

0 comments on commit a4b61b7

Please sign in to comment.