e1ddac352d
Signed-off-by: Sam Voss <sam.voss@collins.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [yann.morin.1998@free.fr: - introduce BUSYBOX_INSTALL_TELNET_SERVICE - move _INSTALL_INIT_SYSTEMD alphabetically between openrc and sysv - drop the comment about Type=simple (Arnout) ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
148 B
Desktop File
11 lines
148 B
Desktop File
[Unit]
|
|
Description=Telnetd Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/telnetd -F
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|