blob: 02b9575ce8d2face6e0cda235742bc3342a5c594 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/execlineb -P
foreground { mkdir -p /var/lib/tailscale }
foreground { mkdir -p /run/tailscale }
fdmove -c 2 1
importas -iu PATH PATH
export PATH /sbin:${PATH}
foreground { pipeline { env } grep PATH }
exec /usr/sbin/tailscaled --no-logs-no-support --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port 41641
|