/etc/xinetd.d/hotwayd文件内容如下:
[code:1]
service hotwayd
{
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = nobody
group = nobody
server = /usr/local/hotwayd/sbin/hotwayd
port = 110
}
[/code:1]
/etc/xinetd.d/hotsmtpd文件内容如下:
[code:1]
service hotsmtpd
{
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = nobody
group = nobody
server = /usr/local/hotwayd/sbin/hotsmtpd
port = 25
}
[/code:1]