In WHM >> Main >> Service Configuration >> Service Manager, I have configured ftpd such that Enabled and Monitored are unchecked (not ticked).
However, each time I restart the server, pure-ftpd starts. I have now used chkconfig to ensure that the service is not restarted for future reboots - see Console output below.
Question:
Is this the expected behaviour ? If so, I think the "Service Manager" screen should warn that an additional step is necessary to stop the ftpd service starting when the server is re-booted.
Our server runs CentOS 5 on an applogic VPS.
Console output:
#chkconfig --list pure-ftpd
#chkconfig pure-ftpd off
#chkconfig --list pure-ftpd
However, each time I restart the server, pure-ftpd starts. I have now used chkconfig to ensure that the service is not restarted for future reboots - see Console output below.
Question:
Is this the expected behaviour ? If so, I think the "Service Manager" screen should warn that an additional step is necessary to stop the ftpd service starting when the server is re-booted.
Our server runs CentOS 5 on an applogic VPS.
Console output:
#chkconfig --list pure-ftpd
HTML:
pure-ftpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
#chkconfig --list pure-ftpd
HTML:
pure-ftpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off