mirror of
https://github.com/tailscale-dev/deck-tailscale.git
synced 2025-10-21 15:08:13 +00:00
8 lines
289 B
Plaintext
8 lines
289 B
Plaintext
[Service]
|
|
ExecStartPre=
|
|
ExecStartPre=/opt/tailscale/tailscaled --cleanup
|
|
ExecStart=
|
|
ExecStart=/opt/tailscale/tailscaled --state=/var/lib/tailscale/tailscaled.state --socket=/run/tailscale/tailscaled.sock --port=${PORT} $FLAGS
|
|
ExecStopPost=
|
|
ExecStopPost=/opt/tailscale/tailscaled --cleanup
|