mirror of
https://github.com/xtaci/kcptun.git
synced 2024-04-21 12:32:32 +00:00
18 lines
304 B
Desktop File
18 lines
304 B
Desktop File
[unit]
|
|
Description=kcptun
|
|
|
|
Wants=network.target
|
|
After=syslog.target network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=GOGC=20
|
|
ExecStart=/home/user/client_linux_amd64 -c /home/user/local.json
|
|
Restart=on-failure
|
|
RestartSec=10
|
|
KillMode=process
|
|
LimitNOFILE=65536
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|