mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 11:24:37 +08:00
8 lines
116 B
SYSTEMD
8 lines
116 B
SYSTEMD
|
[Unit]
|
||
|
Description=Telnet Server
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=-/usr/sbin/telnetd
|
||
|
StandardInput=socket
|