summaryrefslogtreecommitdiffstats
path: root/server/python_svc
blob: ac24d117d3b1ace22f50881d6c79b6d93b9d0df3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
service gearboy
{
type         = UNLISTED
protocol     = tcp
socket_type  = stream
port         = 1024
server       = /usr/bin/env
server_args  = python3 /home/ctf/wrapper.py
user         = ctf
wait         = no
env          = HOME=/home/ctf/
}