Add Tailscale 1.54.1 arm static
Configured for install to /usrdata/tailscale/
This commit is contained in:
8
tailscale/systemd/tailscaled.defaults
Normal file
8
tailscale/systemd/tailscaled.defaults
Normal 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=""
|
||||
16
tailscale/systemd/tailscaled.service
Normal file
16
tailscale/systemd/tailscaled.service
Normal 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
BIN
tailscale/tailscale
Normal file
Binary file not shown.
BIN
tailscale/tailscaled
Normal file
BIN
tailscale/tailscaled
Normal file
Binary file not shown.
Reference in New Issue
Block a user