Skip to content

Commit 2f99604

Browse files
committed
Reduce logging
1 parent 749d2d2 commit 2f99604

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ping-home/app/start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
TS_AUTHKEY=$(cat /secrets/tailscale-auth-key)
3-
tailscaled --tun=userspace-networking --socks5-server="${TS_SOCKS5_SERVER}" &
3+
tailscaled --tun=userspace-networking --socks5-server="${TS_SOCKS5_SERVER}" --statedir=/tmp/tailscale &
44
sleep 2
5-
tailscale up --authkey="${TS_AUTHKEY}" --hostname="${TS_HOSTNAME}" --accept-routes
5+
tailscale up --quiet --authkey="${TS_AUTHKEY}" --hostname="${TS_HOSTNAME}" --accept-routes
66
exec uvicorn --host 0.0.0.0 --port 8080 main:app

0 commit comments

Comments
 (0)