mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 10:32:15 +08:00
11 lines
304 B
Plaintext
11 lines
304 B
Plaintext
|
service shell
|
||
|
{
|
||
|
flags = REUSE
|
||
|
socket_type = stream
|
||
|
wait = no
|
||
|
user = root
|
||
|
server = /usr/sbin/rshd
|
||
|
log_on_failure += USERID
|
||
|
disable = yes
|
||
|
}
|