Files
telnet/telnet.socket
Kristyna Streitova f3daafb3f8 Accepting request 613083 from home:kstreitova:branches:network:utilities
- add telnet.target that incorporates telnet.socket and
  telnet@.service. Adjust systemd service_* macros parameters and
  use this target instead of telnet@.service for stop/restart cases
  where telnet@.service cannot be used but telnet.target can
  [bsc#1093174]

OBS-URL: https://build.opensuse.org/request/show/613083
OBS-URL: https://build.opensuse.org/package/show/network:utilities/telnet?expand=0&rev=23
2018-05-30 14:00:27 +00:00

12 lines
174 B
SYSTEMD

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