hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-ignoresigpipe-yes.service
bloba26f53c413e61db57d0a8be66b4af17c30f99e5f
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for IgnoreSIGPIPE=yes
5 [Service]
6 ExecStart=sh -x -c 'kill -PIPE 0'
7 Type=oneshot
8 IgnoreSIGPIPE=yes