mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
0ee994836c
<< EOF → <<EOF > foo < bar → >foo <bar
13 lines
453 B
Desktop File
13 lines
453 B
Desktop File
[Unit]
|
|
Description=Test for StandardOutput=truncate:
|
|
|
|
[Service]
|
|
ExecStartPre=sh -c 'printf "hello\n" >/tmp/test-exec-standardoutput-output'
|
|
ExecStartPre=sh -c 'printf "hi\n" >/tmp/test-exec-standardoutput-expected'
|
|
StandardInput=data
|
|
StandardInputText=hi
|
|
StandardOutput=truncate:/tmp/test-exec-standardoutput-output
|
|
StandardError=null
|
|
ExecStart=sh -c 'cat && cmp /tmp/test-exec-standardoutput-output /tmp/test-exec-standardoutput-expected'
|
|
Type=oneshot
|