2b29285dc1
Replace xinetd configuration file with systemd units.
11 lines
153 B
SYSTEMD
11 lines
153 B
SYSTEMD
[Unit]
|
|
Description=Telnet Server Activation Socket
|
|
Documentation=man:telnetd(8)
|
|
|
|
[Socket]
|
|
ListenStream=23
|
|
Accept=true
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|