1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 11:55:44 +03:00
systemd/test/testsuite-04.units/forever-print-hola.service
2020-03-28 11:46:47 +01:00

7 lines
156 B
Desktop File

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