mirror of
https://git.proxmox.com/git/systemd
synced 2025-07-26 21:32:51 +00:00
8 lines
125 B
Desktop File
8 lines
125 B
Desktop File
[Unit]
|
|
Description=Test for IgnoreSIGPIPE=no
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -x -c 'kill -PIPE 0'
|
|
Type=oneshot
|
|
IgnoreSIGPIPE=no
|