Skip to content

Commit

Permalink
πŸš‘ Let actually run the post connect script (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 19, 2021
1 parent 3d5c541 commit 9c988bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailscale/rootfs/etc/services.d/tailscaled/run
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ bashio::log.info 'Starting Tailscale...'

options+=(--state=/data/tailscaled.state)

# Trigger post-login process to run
./post-login &
# Trigger post process to run, after stuff got connected
./post &

# Run Tailscale
exec /opt/tailscaled "${options[@]}"

0 comments on commit 9c988bd

Please sign in to comment.