/etc/gridftp.gfork is in globus-gridftp-server-progs 6.38-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | service gridftp
{
port = 2811
instances = 100
log_level = 0
# might need additional envs for security
server = /usr/sbin/globus-gridftp-server
server_args = -i -aa -l /var/log/gridftp.log
server_args += -d WARN -c /etc/gridftp.conf
nice = -20
master = /usr/sbin/gfs-gfork-master
master_args = -G y
master_args += -l /var/log/gridftp-master.log
# undoc the following for memory limiting
# master_args += -m
}
|