mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 04:04:13 +00:00
Create a sample systemd unit for tcp proxy
This commit is contained in:
parent
9124b0a7a3
commit
dc54e0e1c4
14
tcp-proxy/zerotier-proxy.service
Normal file
14
tcp-proxy/zerotier-proxy.service
Normal file
@ -0,0 +1,14 @@
|
||||
[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
|
Loading…
x
Reference in New Issue
Block a user