]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/testsuite-04.units/forever-print-hola.service
Merge pull request #15251 from keszybz/coverity-fixes
[thirdparty/systemd.git] / test / testsuite-04.units / forever-print-hola.service
1 [Unit]
2 Description=ForeverPrintHola service
3
4 [Service]
5 Type=simple
6 ExecStart=sh -x -c 'while :; do printf "Hola\n" || touch /i-lose-my-logs; sleep 1; done'