mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 15:21:37 +03:00
7 lines
156 B
SYSTEMD
7 lines
156 B
SYSTEMD
|
[Unit]
|
||
|
Description=ForeverPrintHola service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=sh -x -c 'while :; do printf "Hola\n" || touch /i-lose-my-logs; sleep 1; done'
|