first commit
This commit is contained in:
16
easytier.service
Normal file
16
easytier.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=A simple, decentralized mesh VPN with WireGuard support.
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
TimeoutStartSec=10s
|
||||
Type=exec
|
||||
ExecStart=/usr/bin/easytier-core -w udp://yuyujing.cn:22020/zjing
|
||||
LimitNPROC=500
|
||||
LimitNOFILE=1000000
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
WorkingDirectory=/var/lib/easytier
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user