mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 10:51:20 +03:00
7 lines
156 B
Desktop File
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'
|