ServerType inetd
/etc/xinetd.d/ftp
[/etc/xinetd.d/ftp]
------------------------------------------------
# default: off
# description: Proftpd
# securlevel: 30
service ftp
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/in.proftpd
}
------------------------------------------------
standaloneを停止させるxinetdの再起動
# chkconfig proftpd off # /etc/init.d/proftpd stop
# /etc/init.d/xinetd restart
0 件のコメント:
コメントを投稿