11 lines
148 B
SYSTEMD
Raw Normal View History

2025-05-10 21:49:39 +08:00
[Unit]
Description=Telnetd Service
After=network.target
[Service]
Type=simple
ExecStart=/usr/sbin/telnetd -F
[Install]
WantedBy=multi-user.target