summaryrefslogtreecommitdiff
blob: 389150f19f2ebffc6a709040baa0bdd74cda50ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# default: off
# description: Pure-FTPd service example config.

service ftp 
{ 
    socket_type = stream 
    server = /usr/sbin/pure-ftpd
    server_args = -s -a 42
    protocol = tcp 
    user = root 
    wait = no
    disable = yes
}