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