mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
28c48f4d78
Except for the places where we explicitly want to test Type=simple, we should use Type=exec.
7 lines
154 B
Desktop File
7 lines
154 B
Desktop File
[Unit]
|
|
Description=ForeverPrintHola service
|
|
|
|
[Service]
|
|
Type=exec
|
|
ExecStart=sh -x -c 'while :; do printf "Hola\n" || touch /i-lose-my-logs; sleep 1; done'
|