mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
8 lines
124 B
SYSTEMD
8 lines
124 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for IgnoreSIGPIPE=yes
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/sh -c 'kill -PIPE 0'
|
||
|
Type=oneshot
|
||
|
IgnoreSIGPIPE=yes
|