summaryrefslogtreecommitdiffstats
path: root/test/testsuite-04.units/forever-print-hola.service
blob: c86b1315198fb0b7e14468d02d7e6b17c4fd4887 (plain)
1
2
3
4
5
6
7
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=ForeverPrintHola service

[Service]
Type=exec
ExecStart=sh -x -c 'while :; do printf "Hola\n" || touch /i-lose-my-logs; sleep 1; done'