14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
# default: off
|
|
# description: The talk server accepts talk requests for chatting with users \
|
|
# on other systems.
|
|
service talk
|
|
{
|
|
flags = IPv4
|
|
disable = no
|
|
socket_type = dgram
|
|
wait = yes
|
|
user = nobody
|
|
group = tty
|
|
server = /usr/sbin/in.talkd
|
|
}
|