Update tailscale-webui.service
Add 5 second delay to give tailscaled a chance to fully start
This commit is contained in:
@@ -4,6 +4,7 @@ Requires=tailscaled.service
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
ExecStartPre=/bin/sleep 5
|
||||||
ExecStart=/usrdata/tailscale/tailscale web --listen 0.0.0.0:8088
|
ExecStart=/usrdata/tailscale/tailscale web --listen 0.0.0.0:8088
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user