2020-02-18 21:30:54 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Tailscale node agent
|
|
|
|
Documentation=https://tailscale.com/kb/
|
|
|
|
Wants=network-pre.target
|
|
|
|
After=network-pre.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=/etc/default/tailscaled
|
2020-11-10 04:13:51 +00:00
|
|
|
ExecStartPre=/usr/sbin/tailscaled --cleanup
|
2020-02-18 21:46:03 +00:00
|
|
|
ExecStart=/usr/sbin/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port $PORT $FLAGS
|
2020-07-13 10:17:58 +00:00
|
|
|
ExecStopPost=/usr/sbin/tailscaled --cleanup
|
2020-02-18 21:30:54 +00:00
|
|
|
|
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
RuntimeDirectory=tailscale
|
|
|
|
RuntimeDirectoryMode=0755
|
|
|
|
StateDirectory=tailscale
|
|
|
|
StateDirectoryMode=0750
|
2020-04-04 23:51:40 +00:00
|
|
|
CacheDirectory=tailscale
|
|
|
|
CacheDirectoryMode=0750
|
2020-11-24 23:35:04 +00:00
|
|
|
Type=notify
|
2020-02-18 21:30:54 +00:00
|
|
|
|
2020-12-25 00:14:58 +00:00
|
|
|
LockPersonality=true
|
|
|
|
MemoryDenyWriteExecute=true
|
|
|
|
PrivateTmp=true
|
|
|
|
ProtectControlGroups=true
|
|
|
|
ProtectHome=true
|
|
|
|
ProtectKernelTunables=true
|
|
|
|
ProtectSystem=strict
|
|
|
|
ReadWritePaths=/etc/
|
|
|
|
RestrictSUIDSGID=true
|
|
|
|
SystemCallArchitectures=native
|
|
|
|
|
2020-02-18 21:30:54 +00:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|