hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-standardinput-file-cat.service
blobb115a6d8d4ec6b3bc30d06947b9ef6eeb487ce12
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for StandardInput=file:
5 [Service]
6 ExecStart=cat
7 Type=oneshot
8 StandardInput=file:/etc/os-release
9 # We leave StandardOutput= unset here, to verify https://github.com/systemd/systemd/issues/14560 works
10 # The "cat" tool is going to write to stdout, which fails if we dup() stdin to stdout