First Commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user