1# SPDX-License-Identifier: LGPL-2.1-or-later 2[Unit] 3Description=Hello World 4 5[Service] 6ExecStart=/bin/echo "Hello World" 7