I've trying to set my own FTP port, and changing the value in /etc/pure-ftpd.conf doesn't survive a service restart.
I've changed it many times on CentOS6, but it's not changing on my CentOS7 server.
Is there a default config which is being applied at service restart?
Code:
Bind {myport}
Code:
[email protected] [/etc]# netstat -nltp | grep ":21"
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 15342/pure-ftpd (SE
tcp6 0 0 :::21 :::* LISTEN 15342/pure-ftpd (SE
[email protected] [/etc]#