mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:37:12 +08:00
11 lines
161 B
Plaintext
11 lines
161 B
Plaintext
|
service telnet
|
||
|
{
|
||
|
flags = REUSE
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
server = /usr/sbin/telnetd
|
||
|
log_on_failure += USERID
|
||
|
disable = yes
|
||
|
}
|