qt6windows7/tests/testserver/echo/echo.sh

8 lines
204 B
Bash
Raw Normal View History

2023-10-30 06:33:08 +08:00
#!/usr/bin/env bash
# Disabled by default, enable it.
sed -i 's/disable\t\t= yes/disable = no/' /etc/xinetd.d/echo
sed -i 's/disable\t\t= yes/disable = no/' /etc/xinetd.d/daytime
service xinetd restart