mirror of
https://github.com/Mo3he/Axis_Cam_Tailscale.git
synced 2026-07-20 14:52:19 +00:00
Remove --verbose=1 from tailscaled to reduce syslog noise
This commit is contained in:
@@ -18,7 +18,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon (userspace networking)"
|
||||
--socket="$STATE_DIR/tailscaled.sock" \
|
||||
--socks5-server=localhost:1055 \
|
||||
--tun=userspace-networking \
|
||||
--verbose=1 2>&1 | logger -t "Tailscale_VPN" &
|
||||
2>&1 | logger -t "Tailscale_VPN" &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
sleep 2
|
||||
|
||||
@@ -16,7 +16,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon"
|
||||
"$APP_DIR/lib/tailscaled" \
|
||||
--state="$STATE_DIR/tailscaled.state" \
|
||||
--socket="$STATE_DIR/tailscaled.sock" \
|
||||
--verbose=1 2>&1 | logger -t "Tailscale_VPN" &
|
||||
2>&1 | logger -t "Tailscale_VPN" &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
sleep 2
|
||||
|
||||
@@ -43,7 +43,7 @@ $TAILSCALED_PATH \
|
||||
--socket=$SOCKET_PATH \
|
||||
--socks5-server=localhost:1055 \
|
||||
--tun=userspace-networking \
|
||||
--verbose=1 2>&1 | logger -t "tailscale_script" &
|
||||
2>&1 | logger -t "tailscale_script" &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
# Wait for tailscaled to initialize
|
||||
|
||||
@@ -18,7 +18,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon (userspace networking)"
|
||||
--socket="$STATE_DIR/tailscaled.sock" \
|
||||
--socks5-server=localhost:1055 \
|
||||
--tun=userspace-networking \
|
||||
--verbose=1 2>&1 | logger -t "Tailscale_VPN" &
|
||||
2>&1 | logger -t "Tailscale_VPN" &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
sleep 2
|
||||
|
||||
@@ -16,7 +16,7 @@ logger -t "Tailscale_VPN" "Starting tailscaled daemon"
|
||||
"$APP_DIR/lib/tailscaled" \
|
||||
--state="$STATE_DIR/tailscaled.state" \
|
||||
--socket="$STATE_DIR/tailscaled.sock" \
|
||||
--verbose=1 2>&1 | logger -t "Tailscale_VPN" &
|
||||
2>&1 | logger -t "Tailscale_VPN" &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
sleep 2
|
||||
|
||||
@@ -43,7 +43,7 @@ $TAILSCALED_PATH \
|
||||
--socket=$SOCKET_PATH \
|
||||
--socks5-server=localhost:1055 \
|
||||
--tun=userspace-networking \
|
||||
--verbose=1 2>&1 | logger -t "tailscale_script" &
|
||||
2>&1 | logger -t "tailscale_script" &
|
||||
TAILSCALED_PID=$!
|
||||
|
||||
# Wait for tailscaled to initialize
|
||||
|
||||
Reference in New Issue
Block a user