]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-04.units/forever-print-hola.service
tests: add spdx license header to test unit/link/network/conf files
[thirdparty/systemd.git] / test / testsuite-04.units / forever-print-hola.service
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=ForeverPrintHola service
4
5 [Service]
6 Type=exec
7 ExecStart=sh -x -c 'while :; do printf "Hola\n" || touch /i-lose-my-logs; sleep 1; done'