Skip to content

Instantly share code, notes, and snippets.

@benzBrake
Created July 5, 2018 07:22
Show Gist options
  • Select an option

  • Save benzBrake/cd7e3b8a469d7d3eed7cbca2234908b1 to your computer and use it in GitHub Desktop.

Select an option

Save benzBrake/cd7e3b8a469d7d3eed7cbca2234908b1 to your computer and use it in GitHub Desktop.
Kcptun Client Service
[Unit]
Description=Kcptun Client Service
After=network.target
[Service]
Type=simple
User=nobody
ExecStart=/etc/kcptun/kcptun_client -c /etc/kcptun/kcptun.conf
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment