17 lines
345 B
Desktop File
17 lines
345 B
Desktop File
[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
|