mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Create a sample systemd unit for tcp proxy
This commit is contained in:
parent
9124b0a7a3
commit
dc54e0e1c4
1 changed files with 14 additions and 0 deletions
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…
Add table
Reference in a new issue