telnet/telnet.socket
Michal Sekletar 2b29285dc1 systemd: migration from xinetd
Replace xinetd configuration file with systemd units.
2013-05-06 19:44:05 +02:00

11 lines
153 B
SYSTEMD

[Unit]
Description=Telnet Server Activation Socket
Documentation=man:telnetd(8)
[Socket]
ListenStream=23
Accept=true
[Install]
WantedBy=sockets.target