1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-11 05:17:44 +03:00
systemd-stable/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'