summaryrefslogtreecommitdiffstats
path: root/test/testsuite-04.units/forever-print-hola.service
blob: 9273d6d3fb87fcb472a8c9972e83334d15eacc6f (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 /tmp/i-lose-my-logs; sleep 1; done'