Files
BackOne/tcp-proxy/zerotier-proxy.service
proitlab dbdc5bcc4a
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled
First Commit
2025-11-19 16:23:45 +07:00

15 lines
257 B
Desktop File

[Unit]
Description=ZeroTier TCP Proxy sample unit
[Service]
ExecStart=/var/lib/zerotier-one/tcp-proxy
Restart=on-failure
# The zerotier-one install script creates this user/group
User=zerotier-one
Group=zerotier-one
[Install]
WantedBy=multi-user.target