summarylogtreecommitdiffstats
path: root/kcptun@.service
blob: 070e077a513033250314557658252b229d4d6afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Kcptun Client Service
After=network.target

[Service]
Type=simple
User=nobody
ExecStart=/usr/bin/kcptun_client -c /etc/kcptun/%i.json
Restart=always
RestartSec=5

[Install]
WantedBy=multi-user.target