mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-16 16:20:25 +08:00
10 lines
152 B
SYSTEMD
10 lines
152 B
SYSTEMD
|
[Unit]
|
||
|
Description=Telnet Server Activation Socket
|
||
|
Documentation=man:telnetd(8)
|
||
|
|
||
|
[Socket]
|
||
|
ListenStream=23
|
||
|
Accept=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=sockets.target
|