summaryrefslogtreecommitdiff
blob: daed9f9c3a3373dc0ddd891bf3ffdec08737b9db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
service glftpd
{
    disable         = yes
    flags           = REUSE NAMEINARGS
    socket_type     = stream
    protocol        = tcp
    wait            = no
    user            = root
    server          = /usr/sbin/tcpd
    server_args     = /opt/glftpd/bin/glftpd -l -i -o -r /opt/glftpd/glftpd.conf -s/opt/glftpd/bin/glstrings.bin 
    only_from       = 0.0.0.0
}