2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 06:28:23 +01:00
Files
dockerfiles_vimagick/kcptun/systemd/kcptun.service
2016-08-10 16:49:13 +08:00

12 lines
217 B
Desktop File

[Unit]
Description=udp tunnel based on kcp protocol
After=network.target
[Service]
EnvironmentFile=-/etc/default/kcptun
ExecStart=/usr/bin/kcptun $KCPTUN_OPTS
Restart=on-failure
[Install]
WantedBy=multi-user.target