Add Tailscale 1.54.1 arm static

Configured for install to /usrdata/tailscale/
This commit is contained in:
iamromulan
2023-12-14 00:33:40 -05:00
parent 24b66cae3e
commit a5845f9dc3
4 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Set the port to listen on for incoming VPN packets.
# Remote nodes will automatically be informed about the new port number,
# but you might want to configure this in order to set external firewall
# settings.
PORT="41641"
# Extra flags you might want to pass to tailscaled.
FLAGS=""

View File

@@ -0,0 +1,16 @@
[Unit]
Description=Tailscale node agent
Documentation=https://tailscale.com/kb/
Wants=network-pre.target
After=network-pre.target NetworkManager.service systemd-resolved.service
[Service]
EnvironmentFile=/usrdata/tailscale/systemd/tailscaled.defaults
ExecStartPre=/usrdata/tailscale/tailscaled --cleanup
ExecStart=/usrdata/tailscale/tailscaled --statedir=/usrdata/tailscale/ --port=${PORT} $FLAGS
ExecStopPost=/usrdata/tailscale/tailscaled --cleanup
Restart=on-failure
Type=notify
[Install]
WantedBy=multi-user.target

BIN
tailscale/tailscale Normal file

Binary file not shown.

BIN
tailscale/tailscaled Normal file

Binary file not shown.