#!/sbin/openrc-run
# Generated by ../utrans from:
#  b0b6a53cda439dc6138df48c500e11179bb44c95d6d89a5346b1438d60b0eba3  ./input/systemd/exec-ignoresigpipe-yes.service

description="Test for IgnoreSIGPIPE=yes."

start() {
  sh -x -c 'kill -PIPE 0'
}
depend() {
    use mountnfs mountnfs-bootclean umountnfs sendsigs mountall mountall-bootclean mountoverflowtmp umountfs
    after mountnfs mountnfs-bootclean umountnfs sendsigs mountall mountall-bootclean mountoverflowtmp umountfs
}
start_post() {
  mark_service_stopped
}
