summaryrefslogtreecommitdiffstats
path: root/tests/testserver/echo/echo.sh
blob: 516b4763570b9b097a4dac3b1c68ae9f1967c5d7 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#!/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